Search Results for

    Show / Hide Table of Contents

    Class InsertOrUpdateProvider

    Inheritance
    System.Object
    InsertOrUpdateProvider
    InsertOrUpdateProvider<T1>
    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()
    Namespace: FreeSql.Internal.CommonProvider
    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
    Type Description
    CommonExpression
    | Improve this Doc View Source

    _commonUtils

    Declaration
    public CommonUtils _commonUtils
    Field Value
    Type Description
    CommonUtils
    | 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
    public bool _doNothing
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    _orm

    Declaration
    public IFreeSql _orm
    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
    public TableInfo _table
    Field Value
    Type Description
    TableInfo
    | 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
    Type Description
    ColumnInfo[]
    | 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
    Type Description
    ColumnInfo
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX