示例#1
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void DeleteUserLogin(UserLogin instance);
示例#2
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void UpdateUserLogin(UserLogin instance);
示例#3
0
文件: ysl.designer.cs 项目: iowen/ysl
		private void detach_UserLogins(UserLogin entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
示例#4
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void InsertUserLogin(UserLogin instance);
示例#5
0
文件: ysl.designer.cs 项目: iowen/ysl
		private void attach_UserLogins(UserLogin entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}