C# 클래스 Simple.Data.Oracle.Configuration.ConfigSchemaProvider

상속: SchemaProviderBase
파일 보기 프로젝트 열기: SimonH/Simple.Data.Oracle

공개 메소드들

메소드 설명
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