C# 클래스 Z.Expressions.SqlServer.Eval.SQLNETParallelItem

A sqlnet parallel item.
파일 보기 프로젝트 열기: zzzprojects/Eval-SQL.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ParallelId int
ParameterValues ListDictionary

공개 메소드들

메소드 설명
SQLNETParallelItem ( )

Default constructor.

메소드 상세

SQLNETParallelItem() 공개 메소드

Default constructor.
public SQLNETParallelItem ( )

프로퍼티 상세

ParallelId 공개적으로 프로퍼티

public int ParallelId
리턴 int

ParameterValues 공개적으로 프로퍼티

Gets or sets the parameter values used to evaluate the code or expression.
public ListDictionary ParameterValues
리턴 ListDictionary