DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SCommand Class / C1D365SCommand Constructor / C1D365SCommand Constructor(C1D365SConnection,String)

In This Topic
    C1D365SCommand Constructor(C1D365SConnection,String)
    In This Topic
    接続とコマンドテキストを使用して C1D365SCommand インスタンスを作成します。
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1D365SConnection, _
       ByVal commandText As String _
    )
    public C1D365SCommand( 
       C1D365SConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also