public void WithParams(string p0, CustomParamType p1, int p2, Table p3)
 {
 }
示例#2
0
 public CustomParameter(string name, CustomParamType type, string value)
 {
     this.Name  = name;
     this.Type  = type;
     this.Value = value;
 }
 public void WithCustomParam(CustomParamType p1)
 {
 }