Beispiel #1
0
        public static TC SelectItems(string tableName, string sql, string filter)
        {
            string s = UData.ToSql(sql, filter);

            return(SelectItems(tableName, s));
        }