コード例 #1
0
 public static string GetForeignColumnIdName(Type type, Type typeForeign)
 {
     return(ColumnAttribute.GetColumnName(type, GetForeignPropertyName(type, typeForeign)));
 }
コード例 #2
0
 public static string GetIdColumnNameWithQuotesAndTable(Type type)
 {
     return(ColumnAttribute.GetColumnNameWithQuotes(type, GetIdColumnPropertyName(type)));
 }