Esempio n. 1
0
 public override string ToSql()
 {
     if (String.IsNullOrEmpty(sql))
     {
         sql = FormatCode.FormatCreate(typeName, Text, this);
     }
     return(sql);
 }
Esempio n. 2
0
 public override string ToSql()
 {
     //if (String.IsNullOrEmpty(sql))
     sql = FormatCode.FormatCreate("PROC(EDURE)?", Text, this);
     return(sql);
 }