dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlServerProviderFactory Class / CreateCommand Method

In This Topic
    CreateCommand Method (SqlServerProviderFactory)
    In This Topic
    Creates and returns a SqlCommand object.
    Syntax
    'Declaration
     
    Public Overrides Function CreateCommand() As DbCommand
    public override DbCommand CreateCommand()

    Return Value

    A SqlCommand object.
    See Also