C# Class NLite.Data.Common.BatchContext

Inheritance: ISqlCommand
Mostra file Open project: netcasewqs/elinq Class Usage Examples

Public Properties

Property Type Description
EntityType System.Type
ParameterSets IEnumerable

Private Properties

Property Type Description

Public Methods

Method Description
BatchContext ( string sql, NamedParameter parameters, IEnumerable paramSets, Type entityType ) : System

Method Details

BatchContext() public method

public BatchContext ( string sql, NamedParameter parameters, IEnumerable paramSets, Type entityType ) : System
sql string
parameters NamedParameter
paramSets IEnumerable
entityType System.Type
return System

Property Details

EntityType public_oe property

public Type,System EntityType
return System.Type

ParameterSets public_oe property

public IEnumerable ParameterSets
return IEnumerable