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

Inheritance: SchemaProviderBase
Mostrar archivo Open project: SimonH/Simple.Data.Oracle

Public Methods

Method 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 method

public ConfigSchemaProvider ( SdoConfigSection configSection ) : System.Collections.Generic
configSection SdoConfigSection
return System.Collections.Generic

GetColumns() public method

public GetColumns ( Table table ) : IEnumerable
table Table
return IEnumerable

GetForeignKeys() public method

public GetForeignKeys ( Table table ) : IEnumerable
table Table
return IEnumerable

GetPrimaryKey() public method

public GetPrimaryKey ( Table table ) : Simple.Data.Ado.Schema.Key
table Table
return Simple.Data.Ado.Schema.Key