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)
Syntaxpublic virtual char? JdbcParameterInitializer { get; }
Public Overridable ReadOnly Property JdbcParameterInitializer As Char?
Get
public:
virtual property Nullable<wchar_t> JdbcParameterInitializer {
Nullable<wchar_t> get ();
}
abstract JdbcParameterInitializer : Nullable<char> with get
override JdbcParameterInitializer : Nullable<char> with 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