C# Class Simple.Metadata.SQLiteSchemaProvider

Inheritance: DbSchemaProvider
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
GetConstraints ( IList includedTables, IList excludedTables ) : IEnumerable
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 includedTables, IList excludedTables ) : IEnumerable
SQLiteSchemaProvider ( MetaContext context ) : System

Method Details

GetConstraints() public méthode

public GetConstraints ( IList includedTables, IList excludedTables ) : IEnumerable
includedTables IList
excludedTables IList
Résultat IEnumerable

GetDbColumnType() public méthode

For a given database type, returns a closest-match DbType. According SQLite SQLiteConvert :: internal static DbType TypeNameToDbType(string Name)
public GetDbColumnType ( string providerDbType ) : DbType
providerDbType string The name of the type to match
Résultat DbType

GetTables() public méthode

public GetTables ( IList includedTables, IList excludedTables ) : IEnumerable
includedTables IList
excludedTables IList
Résultat IEnumerable

SQLiteSchemaProvider() public méthode

public SQLiteSchemaProvider ( MetaContext context ) : System
context MetaContext
Résultat System