コード例 #1
0
ファイル: Ludus.designer.cs プロジェクト: tjm1138/Ludus
 partial void DeleteSection(Section instance);
コード例 #2
0
ファイル: Ludus.designer.cs プロジェクト: tjm1138/Ludus
 partial void UpdateSection(Section instance);
コード例 #3
0
ファイル: Ludus.designer.cs プロジェクト: tjm1138/Ludus
		private void detach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Session = null;
		}
コード例 #4
0
ファイル: Ludus.designer.cs プロジェクト: tjm1138/Ludus
 partial void InsertSection(Section instance);
コード例 #5
0
ファイル: Ludus.designer.cs プロジェクト: tjm1138/Ludus
		private void attach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Session = this;
		}