C# Class NLite.Data.Common.CommandContext

Inheritance: ISqlCommand
显示文件 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_oe property

public Type,System EntityType
return System.Type

Instance public_oe property

public object Instance
return object

OperationType public_oe property

public OperationType OperationType
return OperationType

ParameterValues public_oe property

public object[] ParameterValues
return object[]

SupportsVersionCheck public_oe property

public bool SupportsVersionCheck
return bool