Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
		private void detach_GeoIps(GeoIp entity)
		{
			this.SendPropertyChanging();
			entity.VisitorClassification1 = null;
		}
コード例 #2
0
 partial void UpdateGeoIp(GeoIp instance);
コード例 #3
0
 partial void DeleteGeoIp(GeoIp instance);
コード例 #4
0
 partial void InsertGeoIp(GeoIp instance);