Example #1
0
 /// <remarks/>
 public void INSERT_SCM_SHOP_INFAsync(TB_CM_SHOP_INF entity) {
     this.INSERT_SCM_SHOP_INFAsync(entity, null);
 }
Example #2
0
 /// <remarks/>
 public void INSERT_SCM_SHOP_INFAsync(TB_CM_SHOP_INF entity, object userState) {
     if ((this.INSERT_SCM_SHOP_INFOperationCompleted == null)) {
         this.INSERT_SCM_SHOP_INFOperationCompleted = new System.Threading.SendOrPostCallback(this.OnINSERT_SCM_SHOP_INFOperationCompleted);
     }
     this.InvokeAsync("INSERT_SCM_SHOP_INF", new object[] {
                 entity}, this.INSERT_SCM_SHOP_INFOperationCompleted, userState);
 }
Example #3
0
 public bool INSERT_SCM_SHOP_INF(TB_CM_SHOP_INF entity) {
     object[] results = this.Invoke("INSERT_SCM_SHOP_INF", new object[] {
                 entity});
     return ((bool)(results[0]));
 }