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

A sqlnet parallel item.
Show file 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 property

public int ParallelId
return int

ParameterValues public property

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