DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonDataAdapter Class / C1JsonDataAdapter Constructor / C1JsonDataAdapter Constructor(C1JsonConnection,String)

In This Topic
    C1JsonDataAdapter Constructor(C1JsonConnection,String)
    In This Topic
    Initializes a new instance of the C1JsonDataAdapter class a conection and a select command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1JsonConnection, _
       ByVal commandText As String _
    )
    public C1JsonDataAdapter( 
       C1JsonConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also