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