Table of Contents

Class CustomProvider

Namespace
Z.BulkOperations
Assembly
Z.EntityFramework.Extensions.dll
public class CustomProvider
Inheritance
CustomProvider
Inherited Members

Constructors

CustomProvider(ProviderType)

Constructor.

public CustomProvider(ProviderType provider)

Parameters

provider ProviderType

The provider.

Properties

ExecuteArray

Gets or sets an array of executes.

public Func<DbCommand, int, int> ExecuteArray { get; set; }

Property Value

Func<DbCommand, int, int>

An Array of executes.

SetArrayBindCount

Gets or sets the number of set array binds.

public Action<DbCommand, int> SetArrayBindCount { get; set; }

Property Value

Action<DbCommand, int>

The number of set array binds.

SetBindByName

Gets or sets the name of the set bind by.

public Action<DbCommand, bool> SetBindByName { get; set; }

Property Value

Action<DbCommand, bool>

The name of the set bind by.