Class BatchInsert<TEntity>
- Namespace
- Z.EntityFramework.Extensions
- Assembly
- Z.EntityFramework.Extensions.dll
public class BatchInsert<TEntity> where TEntity : class
Type Parameters
TEntity
- Inheritance
-
BatchInsert<TEntity>
- Inherited Members
-
Constructors
BatchInsert()
Properties
DatabaseName
public string DatabaseName { get; set; }
Property Value
- string
Executing
public Action<DbCommand> Executing { get; set; }
Property Value
- Action<DbCommand>
SchemaName
public string SchemaName { get; set; }
Property Value
- string
SelectExpression
public Expression<Func<TEntity, object>> SelectExpression { get; set; }
Property Value
- Expression<Func<TEntity, object>>
TableName
public string TableName { get; set; }
Property Value
- string
TableType
public Type TableType { get; set; }
Property Value
- Type