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
ProviderTypeThe provider.
Properties
ExecuteArray
Gets or sets an array of executes.
public Func<DbCommand, int, int> ExecuteArray { get; set; }
Property Value
SetArrayBindCount
Gets or sets the number of set array binds.
public Action<DbCommand, int> SetArrayBindCount { get; set; }
Property Value
SetBindByName
Gets or sets the name of the set bind by.
public Action<DbCommand, bool> SetBindByName { get; set; }