Class CommonExpression.ExpTSC
Inheritance
System.Object
CommonExpression.ExpTSC
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: FreeSql.dll
Syntax
Properties
|
Improve this Doc
View Source
_selectColumnMap
Declaration
public List<SelectColumnInfo> _selectColumnMap { get; set; }
Property Value
|
Improve this Doc
View Source
_tableRule
Declaration
public Func<Type, string, string> _tableRule { get; set; }
Property Value
| Type |
Description |
| System.Func<System.Type, System.String, System.String> |
|
|
Improve this Doc
View Source
_tables
Declaration
public List<SelectTableInfo> _tables { get; set; }
Property Value
|
Improve this Doc
View Source
alias001
Declaration
public string alias001 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
currentTable
Declaration
public TableInfo currentTable { get; set; }
Property Value
|
Improve this Doc
View Source
dbParams
Declaration
public List<DbParameter> dbParams { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Data.Common.DbParameter> |
|
|
Improve this Doc
View Source
diymemexp
Declaration
public BaseDiyMemberExpression diymemexp { get; set; }
Property Value
|
Improve this Doc
View Source
isDisableDiyParse
Declaration
public bool isDisableDiyParse { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
isNotSetMapColumnTmp
Declaration
public bool isNotSetMapColumnTmp { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
isQuoteName
Declaration
public bool isQuoteName { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
mapColumnTmp
Declaration
public ColumnInfo mapColumnTmp { get; set; }
Property Value
|
Improve this Doc
View Source
mapType
Declaration
public Type mapType { get; set; }
Property Value
| Type |
Description |
| System.Type |
|
|
Improve this Doc
View Source
mapTypeTmp
Declaration
public Type mapTypeTmp { get; set; }
Property Value
| Type |
Description |
| System.Type |
|
|
Improve this Doc
View Source
parseDepth
Declaration
public int parseDepth { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
style
Declaration
public CommonExpression.ExpressionStyle style { get; set; }
Property Value
|
Improve this Doc
View Source
subSelect001
Declaration
public Select0Provider subSelect001 { get; set; }
Property Value
|
Improve this Doc
View Source
tbtype
Declaration
public SelectTableInfoType tbtype { get; set; }
Property Value
|
Improve this Doc
View Source
whereGlobalFilter
Declaration
public List<GlobalFilter.Item> whereGlobalFilter { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Clone_selectColumnMap_diymemexp_tbtype(List<SelectColumnInfo>, BaseDiyMemberExpression, SelectTableInfoType)
Declaration
public CommonExpression.ExpTSC Clone_selectColumnMap_diymemexp_tbtype(List<SelectColumnInfo> v1, BaseDiyMemberExpression v2, SelectTableInfoType v3)
Parameters
Returns
|
Improve this Doc
View Source
CloneDisableDiyParse()
Declaration
public CommonExpression.ExpTSC CloneDisableDiyParse()
Returns
|
Improve this Doc
View Source
SetDbParamsReturnOld(List<DbParameter>)
Declaration
public List<DbParameter> SetDbParamsReturnOld(List<DbParameter> newValue)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.Data.Common.DbParameter> |
newValue |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<System.Data.Common.DbParameter> |
|
|
Improve this Doc
View Source
SetMapColumnTmp(ColumnInfo)
Declaration
public CommonExpression.ExpTSC SetMapColumnTmp(ColumnInfo col)
Parameters
Returns
|
Improve this Doc
View Source
SetMapTypeReturnOld(Type)
Declaration
public Type SetMapTypeReturnOld(Type newValue)
Parameters
| Type |
Name |
Description |
| System.Type |
newValue |
|
Returns
| Type |
Description |
| System.Type |
|