DataAccessFramework.Querying.QueryTable.QueryTable C# (CSharp) Метод

QueryTable() публичный Метод

Creates a new QueryTable instance.
public QueryTable ( string tableName ) : System.Collections.Generic
tableName string
Результат System.Collections.Generic
        public QueryTable(string tableName)
        {
            _tableName = tableName;
        }