C# Class Simple.Metadata.SqlServerSchemaProvider

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
SqlServerSchemaProvider ( MetaContext context ) : System.Collections.Generic

Method Details

GetConstraints() public méthode

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

GetDbColumnType() public méthode

public GetDbColumnType ( string providerDbType ) : DbType
providerDbType string
Résultat DbType

SqlServerSchemaProvider() public méthode

public SqlServerSchemaProvider ( MetaContext context ) : System.Collections.Generic
context MetaContext
Résultat System.Collections.Generic