Exemple #1
0
        /// <summary>
        /// Get table key fields by table name
        /// </summary>
        /// <param name="table"></param>
        /// <returns></returns>
        public XVar GetDBTableKeys(XVar table)
        {
            tDALTable tbl = this.Table(table);

            return(tbl.GetDBTableKeys());
        }