示例#1
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void DeleteUserClaim(UserClaim instance);
示例#2
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void InsertUserClaim(UserClaim instance);
示例#3
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void UpdateUserClaim(UserClaim instance);
示例#4
0
文件: ysl.designer.cs 项目: iowen/ysl
		private void detach_UserClaims(UserClaim entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}