Method | Description | |
---|---|---|
ConfigSchemaProvider ( |
||
GetColumns ( Table table ) : IEnumerable |
||
GetForeignKeys ( Table table ) : IEnumerable |
||
GetPrimaryKey ( Table table ) : Simple.Data.Ado.Schema.Key |
public ConfigSchemaProvider ( |
||
configSection | ||
return | System.Collections.Generic |
public GetColumns ( Table table ) : IEnumerable |
||
table | Table | |
return | IEnumerable |
public GetForeignKeys ( Table table ) : IEnumerable |
||
table | Table | |
return | IEnumerable |
public GetPrimaryKey ( Table table ) : Simple.Data.Ado.Schema.Key | ||
table | Table | |
return | Simple.Data.Ado.Schema.Key |