DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SProviderFactory Class / CreateCommand Method

In This Topic
    CreateCommand Method (C1D365SProviderFactory)
    In This Topic
    新しい System.Data.Common.DbCommand を作成します。
    Syntax
    'Declaration
     
    Public Overrides Function CreateCommand() As DbCommand
    public override DbCommand CreateCommand()

    Return Value

    System.Data.Common.DbCommand のインスタンスを返します。
    See Also