Search Results for

    Show / Hide Table of Contents

    Class InsertProvider

    Inheritance
    System.Object
    InsertProvider
    InsertProvider<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 InsertProvider

    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

    _batchAutoTransaction

    Declaration
    public bool _batchAutoTransaction
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    _batchParameterLimit

    Declaration
    public int _batchParameterLimit
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    _batchValuesLimit

    Declaration
    public int _batchValuesLimit
    Field Value
    Type Description
    System.Int32
    | 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

    _ignore

    Declaration
    public Dictionary<string, bool> _ignore
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Boolean>
    | Improve this Doc View Source

    _ignoreInsertValueSql

    Declaration
    public Dictionary<string, bool> _ignoreInsertValueSql
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Boolean>
    | Improve this Doc View Source

    _insertIdentity

    Declaration
    public bool _insertIdentity
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    _isAutoSyncStructure

    Declaration
    public bool _isAutoSyncStructure
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    _noneParameter

    Declaration
    public bool _noneParameter
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    _noneParameterFlag

    Declaration
    public string _noneParameterFlag
    Field Value
    Type Description
    System.String
    | 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

    _transaction

    Declaration
    public DbTransaction _transaction
    Field Value
    Type Description
    System.Data.Common.DbTransaction
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX