C# Class Simple.Data.Oracle.Configuration.ConfigSchemaProvider

Inheritance: SchemaProviderBase
Afficher le fichier Open project: SimonH/Simple.Data.Oracle

Méthodes publiques

Méthode Description
ConfigSchemaProvider ( SdoConfigSection configSection ) : System.Collections.Generic
GetColumns ( Table table ) : IEnumerable
GetForeignKeys ( Table table ) : IEnumerable
GetPrimaryKey ( Table table ) : Simple.Data.Ado.Schema.Key

Method Details

ConfigSchemaProvider() public méthode

public ConfigSchemaProvider ( SdoConfigSection configSection ) : System.Collections.Generic
configSection SdoConfigSection
Résultat System.Collections.Generic

GetColumns() public méthode

public GetColumns ( Table table ) : IEnumerable
table Table
Résultat IEnumerable

GetForeignKeys() public méthode

public GetForeignKeys ( Table table ) : IEnumerable
table Table
Résultat IEnumerable

GetPrimaryKey() public méthode

public GetPrimaryKey ( Table table ) : Simple.Data.Ado.Schema.Key
table Table
Résultat Simple.Data.Ado.Schema.Key