C# Class NLite.Data.Common.CommandContext

Inheritance: ISqlCommand
Show file Open project: netcasewqs/elinq

Public Properties

Property Type Description
EntityType System.Type
Instance object
OperationType OperationType
ParameterValues object[]
SupportsVersionCheck bool

Private Properties

Property Type Description

Public Methods

Method Description
CommandContext ( string sql, NamedParameter parameters, object parameterValues, Type entityType, OperationType op, bool supportsVersionCheck, object instance ) : System

Method Details

CommandContext() public method

public CommandContext ( string sql, NamedParameter parameters, object parameterValues, Type entityType, OperationType op, bool supportsVersionCheck, object instance ) : System
sql string
parameters NamedParameter
parameterValues object
entityType System.Type
op OperationType
supportsVersionCheck bool
instance object
return System

Property Details

EntityType public property

public Type,System EntityType
return System.Type

Instance public property

public object Instance
return object

OperationType public property

public OperationType OperationType
return OperationType

ParameterValues public property

public object[] ParameterValues
return object[]

SupportsVersionCheck public property

public bool SupportsVersionCheck
return bool