C# Class Z.Expressions.SqlServer.Eval.SQLNETParallelItem

A sqlnet parallel item.
显示文件 Open project: zzzprojects/Eval-SQL.NET Class Usage Examples

Public Properties

Property Type Description
ParallelId int
ParameterValues ListDictionary

Public Methods

Method Description
SQLNETParallelItem ( )

Default constructor.

Method Details

SQLNETParallelItem() public method

Default constructor.
public SQLNETParallelItem ( )

Property Details

ParallelId public_oe property

public int ParallelId
return int

ParameterValues public_oe property

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