Automobile.Registrar.SQLiteClient.SQLiteClient C# (CSharp) Метод

SQLiteClient() публичный Метод

Creates tables, if needed.
public SQLiteClient ( string dbName ) : System
dbName string Name of the file to use
Результат System
        public SQLiteClient(string dbName)
            : this(dbName, dbName == ":memory:")
        {
        }

Same methods

SQLiteClient::SQLiteClient ( string dbName, bool shared ) : System