DataProviderJdbcSubProtocol Property

Gets the value of the JDBC subprotocol.

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 string? JdbcSubProtocol { get; }

Property Value

Type: String
The provider's JDBC subprotocol e.g. jdbc:SUBPROTOCOL: or jdbc:SUBPROTOCOL://, or if the provider does not support JDBC. Be sure to include the colon or colon and slashes at the end of the subprotocol.
See Also