I downloaded the MyMetaPluginContext implementation of the IMyMetaPluginContext interface. That helps in knowing what to populate in the plugin.
Both MyMeta.ITable and MyMeta.IColumn have an Alias property. The Tables and Columns DataTables do not include a column for Alias. Can I add a column in both DataTables for Alias in MyMetaPluginContext so I can make that value available to MyMeta? Can I add other missing properties as new columns in the DataTables? Can I eliminate those columns in the DataTables that I will not be using?
The column names in the DataTables do not always correspond to the MyMeta property names. For example \"TABLE_GUID\" is not the same as \"ITable.Guid\" whereas \"DESCRIPTION\" does correspond to \"ITable.Description\". How does MyGeneration know that the value in \"TABLE_GUID\" corresponds to \"ITable.Guid\"?
