/// <remarks/>
 public void INSERT_SEDI_RESULTAsync(TB_EDI_RESULT entity) {
     this.INSERT_SEDI_RESULTAsync(entity, null);
 }
 /// <remarks/>
 public void INSERT_SEDI_RESULTAsync(TB_EDI_RESULT entity, object userState) {
     if ((this.INSERT_SEDI_RESULTOperationCompleted == null)) {
         this.INSERT_SEDI_RESULTOperationCompleted = new System.Threading.SendOrPostCallback(this.OnINSERT_SEDI_RESULTOperationCompleted);
     }
     this.InvokeAsync("INSERT_SEDI_RESULT", new object[] {
                 entity}, this.INSERT_SEDI_RESULTOperationCompleted, userState);
 }
 public bool INSERT_SEDI_RESULT(TB_EDI_RESULT entity) {
     object[] results = this.Invoke("INSERT_SEDI_RESULT", new object[] {
                 entity});
     return ((bool)(results[0]));
 }