DataProviderNamedParameterFormat Property

Gets the named parameter format.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract string NamedParameterFormat { get; }

Property Value

Type: String
The named parameter format.
Remarks
Used for query generation.

If the provider does not support named parameters this property should return '?'. In this case positional parameters will be used. The {0} in the format will be replaced by the parameter name.
See Also