コード例 #1
0
ファイル: Persister.cs プロジェクト: mglagolic/DBTimeLine
 private void SetPrimaryKeyIfNull()
 {
     if (PrimaryKey.Count == 0)
     {
         PrimaryKey.AddRange(PersistingFactoryHelpers.GetPrimaryKeyFromDB(DataBaseTableName));
     }
 }