C# Класс Simple.Data.Oracle.Configuration.ConfigSchemaProvider

Наследование: SchemaProviderBase
Показать файл Открыть проект

Открытые методы

Метод Описание
ConfigSchemaProvider ( SdoConfigSection configSection ) : System.Collections.Generic
GetColumns ( Table table ) : IEnumerable
GetForeignKeys ( Table table ) : IEnumerable
GetPrimaryKey ( Table table ) : Simple.Data.Ado.Schema.Key

Описание методов

ConfigSchemaProvider() публичный Метод

public ConfigSchemaProvider ( SdoConfigSection configSection ) : System.Collections.Generic
configSection SdoConfigSection
Результат System.Collections.Generic

GetColumns() публичный Метод

public GetColumns ( Table table ) : IEnumerable
table Table
Результат IEnumerable

GetForeignKeys() публичный Метод

public GetForeignKeys ( Table table ) : IEnumerable
table Table
Результат IEnumerable

GetPrimaryKey() публичный Метод

public GetPrimaryKey ( Table table ) : Simple.Data.Ado.Schema.Key
table Table
Результат Simple.Data.Ado.Schema.Key