示例#1
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void DeletePhoto(Photo instance);
示例#2
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void UpdatePhoto(Photo instance);
示例#3
0
文件: ysl.designer.cs 项目: iowen/ysl
		private void detach_Photos(Photo entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
示例#4
0
文件: ysl.designer.cs 项目: iowen/ysl
 partial void InsertPhoto(Photo instance);
示例#5
0
文件: ysl.designer.cs 项目: iowen/ysl
		private void attach_Photos(Photo entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}