dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteProviderFactory Class / CreateCommand Method

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

    Return Value

    A SQLiteCommand object.
    See Also