コード例 #1
0
ファイル: OldDatabase.cs プロジェクト: gosuto/tfs2.com
 partial void DeleteNewspost(Newspost instance);
コード例 #2
0
ファイル: OldDatabase.cs プロジェクト: gosuto/tfs2.com
 partial void UpdateNewspost(Newspost instance);
コード例 #3
0
ファイル: OldDatabase.cs プロジェクト: gosuto/tfs2.com
 partial void InsertNewspost(Newspost instance);
コード例 #4
0
ファイル: OldDatabase.cs プロジェクト: gosuto/tfs2.com
		private void detach_Newsposts(Newspost entity)
		{
			this.SendPropertyChanging();
			entity.Articlecategory = null;
		}
コード例 #5
0
ファイル: OldDatabase.cs プロジェクト: gosuto/tfs2.com
		private void detach_Newsposts(Newspost entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
コード例 #6
0
ファイル: OldDatabase.cs プロジェクト: gosuto/tfs2.com
		private void attach_Newsposts(Newspost entity)
		{
			this.SendPropertyChanging();
			entity.Person = this;
		}