C# 클래스 Simple.Metadata.SqlServerSchemaProvider

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

공개 메소드들

메소드 설명
GetConstraints ( IList includedTables, IList excludedTables ) : IEnumerable
GetDbColumnType ( string providerDbType ) : DbType
SqlServerSchemaProvider ( MetaContext context ) : System.Collections.Generic

메소드 상세

GetConstraints() 공개 메소드

public GetConstraints ( IList includedTables, IList excludedTables ) : IEnumerable
includedTables IList
excludedTables IList
리턴 IEnumerable

GetDbColumnType() 공개 메소드

public GetDbColumnType ( string providerDbType ) : DbType
providerDbType string
리턴 DbType

SqlServerSchemaProvider() 공개 메소드

public SqlServerSchemaProvider ( MetaContext context ) : System.Collections.Generic
context MetaContext
리턴 System.Collections.Generic