Class DeleteProvider
Inheritance
System.Object
DeleteProvider
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
public abstract class DeleteProvider
Fields
|
Improve this Doc
View Source
_commandTimeout
Declaration
public int _commandTimeout
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
_commonExpression
Declaration
public CommonExpression _commonExpression
Field Value
|
Improve this Doc
View Source
_commonUtils
Declaration
public CommonUtils _commonUtils
Field Value
|
Improve this Doc
View Source
_connection
Declaration
public DbConnection _connection
Field Value
| Type |
Description |
| System.Data.Common.DbConnection |
|
|
Improve this Doc
View Source
_interceptSql
Declaration
public Action<StringBuilder> _interceptSql
Field Value
| Type |
Description |
| System.Action<System.Text.StringBuilder> |
|
|
Improve this Doc
View Source
_isAutoSyncStructure
Declaration
public bool _isAutoSyncStructure
Field Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
_orm
Declaration
Field Value
| Type |
Description |
| IFreeSql |
|
|
Improve this Doc
View Source
_params
Declaration
public List<DbParameter> _params
Field Value
| Type |
Description |
| System.Collections.Generic.List<System.Data.Common.DbParameter> |
|
|
Improve this Doc
View Source
_table
Declaration
Field Value
|
Improve this Doc
View Source
_tableRule
Declaration
public Func<string, string> _tableRule
Field Value
| Type |
Description |
| System.Func<System.String, System.String> |
|
|
Improve this Doc
View Source
_transaction
Declaration
public DbTransaction _transaction
Field Value
| Type |
Description |
| System.Data.Common.DbTransaction |
|
|
Improve this Doc
View Source
_where
Declaration
public StringBuilder _where
Field Value
| Type |
Description |
| System.Text.StringBuilder |
|
|
Improve this Doc
View Source
_whereGlobalFilter
Declaration
public List<GlobalFilter.Item> _whereGlobalFilter
Field Value
|
Improve this Doc
View Source
_whereTimes
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|