示例#1
0
 internal static DataTable DeriveSchemaTable(FeatureDataTable model)
 {
     // UNDONE: the precision computation delegate should not be null
     return(ProviderSchemaHelper.DeriveSchemaTable(model, getLengthByHeuristic, null, null));
 }