Class InsertOrUpdateProvider
Inheritance
System.Object
InsertOrUpdateProvider
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 InsertOrUpdateProvider
Fields
|
Improve this Doc
View Source
_auditValueChangedDict
Declaration
public Dictionary<string, bool> _auditValueChangedDict
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Boolean> |
|
|
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
_doNothing
Declaration
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 DbParameter[] _params
Field Value
| Type |
Description |
| 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
_tempPrimarys
Declaration
public ColumnInfo[] _tempPrimarys
Field Value
|
Improve this Doc
View Source
_transaction
Declaration
public DbTransaction _transaction
Field Value
| Type |
Description |
| System.Data.Common.DbTransaction |
|
|
Improve this Doc
View Source
_updateIgnore
Declaration
public Dictionary<string, bool> _updateIgnore
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Boolean> |
|
|
Improve this Doc
View Source
_updateSetDict
Declaration
public Dictionary<string, string> _updateSetDict
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.String> |
|
Properties
|
Improve this Doc
View Source
IdentityColumn
Declaration
public ColumnInfo IdentityColumn { get; protected set; }
Property Value