C# Class NLite.Data.Common.BatchContext

Inheritance: ISqlCommand
Afficher le fichier Open project: netcasewqs/elinq Class Usage Examples

Méthodes publiques

Свойство Type Description
EntityType System.Type
ParameterSets IEnumerable

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BatchContext ( string sql, NamedParameter parameters, IEnumerable paramSets, Type entityType ) : System

Method Details

BatchContext() public méthode

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

Property Details

EntityType public_oe property

public Type,System EntityType
Résultat System.Type

ParameterSets public_oe property

public IEnumerable ParameterSets
Résultat IEnumerable