JK
Search Results for

    Show / Hide Table of Contents

    Class SqlBulkInsertOperation<T>

    Inheritance
    System.Object
    SqlBulkInsertOperation<T>
    Namespace: JK.Common.Data.Sql
    Assembly: JK.Common.Data.Sql.dll
    Syntax
    public class SqlBulkInsertOperation<T> : OperationBase
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    SqlBulkInsertOperation(DataContextBase)

    Declaration
    public SqlBulkInsertOperation(DataContextBase context)
    Parameters
    Type Name Description
    DataContextBase context

    Methods

    | Improve this Doc View Source

    Execute(SqlBulkCopySettings, IEnumerable<T>)

    Declaration
    public void Execute(SqlBulkCopySettings settings, IEnumerable<T> items)
    Parameters
    Type Name Description
    SqlBulkCopySettings settings
    IEnumerable<T> items
    | Improve this Doc View Source

    SetupParameters(IDbCommand)

    Declaration
    protected override void SetupParameters(IDbCommand command)
    Parameters
    Type Name Description
    IDbCommand command
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX