DataProviderJdbcParameterInitializer Property

Gets the value of the character that is used to prefix JDBC parameters.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax
public virtual char? JdbcParameterInitializer { get; }

Property Value

Type: NullableChar
The provider's initial JDBC parameter character, or if the provider does not support JDBC. e.g. jdbc:sqlserver://host:port; (semi-colon) e.g. jdbc:postgresql://host:port/db? (question mark) e.g. jdbc:exa://host:port: (colon)
See Also