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)
Syntaxpublic virtual string? JdbcSubProtocol { get; }Public Overridable ReadOnly Property JdbcSubProtocol As String
	Get
public:
virtual property String^ JdbcSubProtocol {
	String^ get ();
}abstract JdbcSubProtocol : string with get
override JdbcSubProtocol : string with 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