메소드 |
설명 |
|
DbTypeFromInformationSchemaTypeName ( string informationSchemaTypeName ) : DbType |
|
|
GetColumnsDataTable ( Table table ) : DataTable |
|
|
GetForeignKeys ( ) : DataTable |
|
|
GetForeignKeys ( string tableName ) : EnumerableRowCollection |
|
|
GetPrimaryKeys ( ) : DataTable |
|
|
GetPrimaryKeys ( string tableName ) : DataTable |
|
|
GetSchema ( string collectionName ) : IEnumerable |
|
|
SchemaRowToColumn ( Table table, DataRow row ) : Column |
|
|
SchemaRowToStoredProcedure ( DataRow row ) : Procedure |
|
|
SchemaRowToTable ( DataRow row ) : Table |
|
|
SelectToDataTable ( string sql ) : DataTable |
|
|