DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / IExtendedConnectionStringBuilder Interface / SeparateSupportedOperations Method
Holds the full string that has all the operations inside

In This Topic
    SeparateSupportedOperations Method (IExtendedConnectionStringBuilder)
    In This Topic
    A void method to used to Separate Supported Operations
    Syntax
    'Declaration
     
    Sub SeparateSupportedOperations( _
       ByVal supportedOperations As String _
    ) 
    void SeparateSupportedOperations( 
       string supportedOperations
    )

    Parameters

    supportedOperations
    Holds the full string that has all the operations inside
    See Also