Method | Description | |
---|---|---|
GetConstraints ( IList |
||
GetDbColumnType ( string providerDbType ) : DbType |
For a given database type, returns a closest-match DbType. According SQLite SQLiteConvert :: internal static DbType TypeNameToDbType(string Name)
|
|
GetTables ( IList |
||
SQLiteSchemaProvider ( |
public GetConstraints ( IList |
||
includedTables | IList |
|
excludedTables | IList |
|
return | IEnumerable |
public GetDbColumnType ( string providerDbType ) : DbType | ||
providerDbType | string | The name of the type to match |
return | DbType |
public GetTables ( IList |
||
includedTables | IList |
|
excludedTables | IList |
|
return | IEnumerable |
public SQLiteSchemaProvider ( |
||
context | ||
return | System |