コード例 #1
0
ファイル: Db.cs プロジェクト: dekkerb115/Bam.Net
 public static ForeignKeyAttribute[] GetForeignKeys(Type type)
 {
     return(ColumnAttribute.GetForeignKeys(type));
 }
コード例 #2
0
ファイル: Db.cs プロジェクト: dekkerb115/Bam.Net
 public static ForeignKeyAttribute[] GetForeignKeys(object instance)
 {
     return(ColumnAttribute.GetForeignKeys(instance));
 }