C# 클래스 Simple.Metadata.SQLiteSchemaProvider

상속: DbSchemaProvider
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
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