Ejemplo n.º 1
0
 public static string GetForeignColumnIdName(Type type, Type typeForeign)
 {
     return(ColumnAttribute.GetColumnName(type, GetForeignPropertyName(type, typeForeign)));
 }
Ejemplo n.º 2
0
 public static string GetIdColumnNameWithQuotesAndTable(Type type)
 {
     return(ColumnAttribute.GetColumnNameWithQuotes(type, GetIdColumnPropertyName(type)));
 }