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

A SQLNETItem used to compile the code or expression.
Afficher le fichier Open project: zzzprojects/Eval-SQL.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
CacheKey string
Code string
Counter int
Delegate EvalDelegate
IsAutoDispose bool
IsCached bool
IsCompiled bool
IsFirstCounter bool
IsImpersonate bool
LastAccess System.DateTime
ParallelItems SharedBucketList
ParameterTables ListDictionary
ParameterTypes Type>.SharedCache
ParameterValues ListDictionary

Méthodes publiques

Méthode Description
AddParallelValue ( int parallelId ) : SQLNETParallelItem
GetNextCountAndAddParallel ( ) : int

Gets the next counter.

GetParallelValue ( int parallelId ) : SQLNETParallelItem
SQLNETItem ( ) : System

Default constructor.

Method Details

AddParallelValue() public méthode

public AddParallelValue ( int parallelId ) : SQLNETParallelItem
parallelId int
Résultat SQLNETParallelItem

GetNextCountAndAddParallel() public méthode

Gets the next counter.
public GetNextCountAndAddParallel ( ) : int
Résultat int

GetParallelValue() public méthode

public GetParallelValue ( int parallelId ) : SQLNETParallelItem
parallelId int
Résultat SQLNETParallelItem

SQLNETItem() public méthode

Default constructor.
public SQLNETItem ( ) : System
Résultat System

Property Details

CacheKey public_oe property

Gets or sets the cache key used to cache the SQLNETItem.
public string CacheKey
Résultat string

Code public_oe property

Gets or sets the code or expression to evaluate.
public string Code
Résultat string

Counter public_oe property

The counter.
public int Counter
Résultat int

Delegate public_oe property

Gets or sets the compiled code or expression.
public EvalDelegate Delegate
Résultat EvalDelegate

IsAutoDispose public_oe property

Gets or sets if the object should AutoDispose once it has been evaluated.
public bool IsAutoDispose
Résultat bool

IsCached public_oe property

Gets or sets if this object is cached.
public bool IsCached
Résultat bool

IsCompiled public_oe property

true if this object is root.
public bool IsCompiled
Résultat bool

IsFirstCounter public_oe property

public bool IsFirstCounter
Résultat bool

IsImpersonate public_oe property

Gets or sets if an impersonate context should be used to evaluate the code or expression.
public bool IsImpersonate
Résultat bool

LastAccess public_oe property

Gets or sets the last access Date/Time from the cache.
public DateTime,System LastAccess
Résultat System.DateTime

ParallelItems public_oe property

The parallel values.
public SharedBucketList,Z.Expressions.SqlServer.Eval ParallelItems
Résultat SharedBucketList

ParameterTables public_oe property

Gets or sets the parameter table used to evaluate the code or expression.
public ListDictionary ParameterTables
Résultat ListDictionary

ParameterTypes public_oe property

Gets or sets the parameter types used to evaluate the code or expression.
public SharedCache ParameterTypes
Résultat Type>.SharedCache

ParameterValues public_oe property

Gets or sets the parameter values used to evaluate the code or expression.
public ListDictionary ParameterValues
Résultat ListDictionary