C# 클래스 NLite.Data.Common.CommandContext

상속: ISqlCommand
파일 보기 프로젝트 열기: netcasewqs/elinq

공개 프로퍼티들

프로퍼티 타입 설명
EntityType System.Type
Instance object
OperationType OperationType
ParameterValues object[]
SupportsVersionCheck bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CommandContext ( string sql, NamedParameter parameters, object parameterValues, Type entityType, OperationType op, bool supportsVersionCheck, object instance ) : System

메소드 상세

CommandContext() 공개 메소드

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
리턴 System

프로퍼티 상세

EntityType 공개적으로 프로퍼티

public Type,System EntityType
리턴 System.Type

Instance 공개적으로 프로퍼티

public object Instance
리턴 object

OperationType 공개적으로 프로퍼티

public OperationType OperationType
리턴 OperationType

ParameterValues 공개적으로 프로퍼티

public object[] ParameterValues
리턴 object[]

SupportsVersionCheck 공개적으로 프로퍼티

public bool SupportsVersionCheck
리턴 bool