예제 #1
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
		private void detach_Artists(Artist entity)
		{
			this.SendPropertyChanging();
			entity.Photo = null;
		}
예제 #2
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
		private void attach_Artists(Artist entity)
		{
			this.SendPropertyChanging();
			entity.Photo = this;
		}
예제 #3
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
 partial void UpdateArtist(Artist instance);
예제 #4
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
 partial void DeleteArtist(Artist instance);
예제 #5
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
 partial void InsertArtist(Artist instance);