C# Класс Simple.Metadata.SQLiteSchemaProvider

Наследование: DbSchemaProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

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

public GetConstraints ( IList includedTables, IList excludedTables ) : IEnumerable
includedTables IList
excludedTables IList
Результат IEnumerable

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

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
Результат DbType

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

public GetTables ( IList includedTables, IList excludedTables ) : IEnumerable
includedTables IList
excludedTables IList
Результат IEnumerable

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

public SQLiteSchemaProvider ( MetaContext context ) : System
context MetaContext
Результат System