DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnection Class / CreateDbCommand Method

In This Topic
    CreateDbCommand Method (C1D365SConnection)
    In This Topic
    現在の接続に関連付けられた System.Data.Common.DbCommand オブジェクトを作成または返します。
    Syntax
    'Declaration
     
    Protected Function CreateDbCommand() As DbCommand
    protected DbCommand CreateDbCommand()
    See Also