예제 #1
0
 private void SetInnerType(customSQL ContentField)
 {
     this.ContentField = ((customSQL)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
예제 #2
0
 public sqlinsert(customSQL content)
 {
     SetInnerType(content);
 }
예제 #3
0
 public sqlupdate(customSQL content)
 {
     SetInnerType(content);
 }
예제 #4
0
 public sqldeleteall(customSQL content)
 {
     SetInnerType(content);
 }