예제 #1
0
 partial void DeleteSQLIncident(SQLIncident instance);
예제 #2
0
 private void detach_SQLIncidents(SQLIncident entity)
 {
     this.SendPropertyChanging();
     entity.SQLTechnician = null;
 }
예제 #3
0
 private void detach_SQLIncidents(SQLIncident entity)
 {
     this.SendPropertyChanging();
     entity.SQLCustomer = null;
 }
예제 #4
0
 partial void UpdateSQLIncident(SQLIncident instance);
예제 #5
0
        private void LoadIncidentDetails()
        {
            var unassignedIncident = (from incident in techSupport.SQLIncidents
                                      where incident.IncidentID == (int)this.Tag
                                      select incident).Single();

            selectedIncident = unassignedIncident;
            sQLIncidentBindingSource.DataSource = selectedIncident;
        }
예제 #6
0
 partial void InsertSQLIncident(SQLIncident instance);
예제 #7
0
		private void detach_SQLIncidents(SQLIncident entity)
		{
			this.SendPropertyChanging();
			entity.SQLTechnician = null;
		}
예제 #8
0
 partial void DeleteSQLIncident(SQLIncident instance);
예제 #9
0
 partial void UpdateSQLIncident(SQLIncident instance);
예제 #10
0
 partial void InsertSQLIncident(SQLIncident instance);
예제 #11
0
		private void detach_SQLIncidents(SQLIncident entity)
		{
			this.SendPropertyChanging();
			entity.SQLCustomer = null;
		}