コード例 #1
0
ファイル: rbacLINQ2SQL.designer.cs プロジェクト: romos/pmtool
 partial void DeleteSession(Session instance);
コード例 #2
0
ファイル: rbacLINQ2SQL.designer.cs プロジェクト: romos/pmtool
 partial void UpdateSession(Session instance);
コード例 #3
0
ファイル: rbacLINQ2SQL.designer.cs プロジェクト: romos/pmtool
		private void detach_Session(Session entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
コード例 #4
0
ファイル: rbacLINQ2SQL.designer.cs プロジェクト: romos/pmtool
 partial void InsertSession(Session instance);
コード例 #5
0
ファイル: rbacLINQ2SQL.designer.cs プロジェクト: romos/pmtool
		private void attach_Session(Session entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}