Table of Contents

TableSqlQuery 类

命名空间
ShadowSql.Tables
程序集
ShadowSql.Core.dll

sql查询表

public class TableSqlQuery : DataFilterBase<SqlQuery>, IDataSqlQuery, IDataFilter, ITableView, IWhere, ISqlEntity
继承
TableSqlQuery
实现
继承成员
扩展方法

构造函数

TableSqlQuery(ITable)

查询表

public TableSqlQuery(ITable table)

参数

table ITable

TableSqlQuery(ITable, SqlQuery)

查询表

public TableSqlQuery(ITable table, SqlQuery query)

参数

table ITable
query SqlQuery

TableSqlQuery(string)

查询表

public TableSqlQuery(string tableName)

参数

tableName string

TableSqlQuery(string, SqlQuery)

查询表

public TableSqlQuery(string tableName, SqlQuery query)

参数

tableName string
query SqlQuery