Exemple #1
0
 protected string BuildEditViewSql(TreeNode tblNode)
 {
     return(SqlFactory.EditViewSql(sd, tblNode.Text));
 }