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

In This Topic
    C1D365SCommand Constructor(C1D365SConnection)
    In This Topic
    接続文字列を使用して C1D365SCommand インスタンスを作成します。
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1D365SConnection _
    )
    public C1D365SCommand( 
       C1D365SConnection connection
    )

    Parameters

    connection
    See Also