I would like to use some of .NET System.Data.Common database-interface features, like:
DbConnection.GetSchema(...)
MySqlDbType
For a start, these would be nice:
GetSchema "DataTypes":
- Returns a datatable with columns: DataType, TypeName, ProviderDbType
- Exposes the information how this provider maps .NET types to MySql database
GetSchema "Procedures":
- Returns a datatable with columns: "ROUTINE_TYPE", "ROUTINE_SCHEMA", "SPECIFIC_NAME"
- Type is e.g. a "FUNCTION" or "PROCEDURE"
I would like to use some of .NET System.Data.Common database-interface features, like:
DbConnection.GetSchema(...)MySqlDbTypeFor a start, these would be nice:
GetSchema "DataTypes":
GetSchema "Procedures":