예제 #1
0
 partial void DeleteB2BVideoSource(B2BVideoSource instance);
예제 #2
0
 partial void InsertB2BVideoSource(B2BVideoSource instance);
예제 #3
0
 partial void UpdateB2BVideoSource(B2BVideoSource instance);
예제 #4
0
		private void detach_B2BVideoSources(B2BVideoSource entity)
		{
			this.SendPropertyChanging();
			entity.B2BVideo = null;
		}