Interface IAsTable
Assembly: FreeSql.dll
Syntax
public interface IAsTable
Properties
|
Improve this Doc
View Source
AllTables
Declaration
string[] AllTables { get; }
Property Value
| Type |
Description |
| System.String[] |
|
Methods
|
Improve this Doc
View Source
GetTableNameByColumnValue(Object, Boolean)
Declaration
string GetTableNameByColumnValue(object columnValue, bool autoExpand = false)
Parameters
| Type |
Name |
Description |
| System.Object |
columnValue |
|
| System.Boolean |
autoExpand |
|
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
GetTableNamesByColumnValueRange(Object, Object)
Declaration
string[] GetTableNamesByColumnValueRange(object columnValue1, object columnValue2)
Parameters
| Type |
Name |
Description |
| System.Object |
columnValue1 |
|
| System.Object |
columnValue2 |
|
Returns
| Type |
Description |
| System.String[] |
|
|
Improve this Doc
View Source
GetTableNamesBySqlWhere(String, List<DbParameter>, SelectTableInfo, CommonUtils)
Declaration
string[] GetTableNamesBySqlWhere(string sqlWhere, List<DbParameter> dbParams, SelectTableInfo tb, CommonUtils commonUtils)
Parameters
| Type |
Name |
Description |
| System.String |
sqlWhere |
|
| System.Collections.Generic.List<System.Data.Common.DbParameter> |
dbParams |
|
| SelectTableInfo |
tb |
|
| CommonUtils |
commonUtils |
|
Returns
| Type |
Description |
| System.String[] |
|