Ejemplo n.º 1
0
 public static string GetPropertyName(DataRow dataRow)
 {
     return(Namer.GetPascalCasePlural((string)dataRow["ColumnName"]));
 }
 public static string GetCatalogTablePropertyName(DataTable dataTable)
 {
     return(Namer.GetPascalCasePlural(dataTable.TableName));
 }