C# Класс Z.Expressions.SqlServer.Eval.SQLNETItem

A SQLNETItem used to compile the code or expression.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
AddParallelValue ( int parallelId ) : SQLNETParallelItem
GetNextCountAndAddParallel ( ) : int

Gets the next counter.

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

Default constructor.

Описание методов

AddParallelValue() публичный Метод

public AddParallelValue ( int parallelId ) : SQLNETParallelItem
parallelId int
Результат SQLNETParallelItem

GetNextCountAndAddParallel() публичный Метод

Gets the next counter.
public GetNextCountAndAddParallel ( ) : int
Результат int

GetParallelValue() публичный Метод

public GetParallelValue ( int parallelId ) : SQLNETParallelItem
parallelId int
Результат SQLNETParallelItem

SQLNETItem() публичный Метод

Default constructor.
public SQLNETItem ( ) : System
Результат System

Описание свойств

CacheKey публичное свойство

Gets or sets the cache key used to cache the SQLNETItem.
public string CacheKey
Результат string

Code публичное свойство

Gets or sets the code or expression to evaluate.
public string Code
Результат string

Counter публичное свойство

The counter.
public int Counter
Результат int

Delegate публичное свойство

Gets or sets the compiled code or expression.
public EvalDelegate Delegate
Результат EvalDelegate

IsAutoDispose публичное свойство

Gets or sets if the object should AutoDispose once it has been evaluated.
public bool IsAutoDispose
Результат bool

IsCached публичное свойство

Gets or sets if this object is cached.
public bool IsCached
Результат bool

IsCompiled публичное свойство

true if this object is root.
public bool IsCompiled
Результат bool

IsFirstCounter публичное свойство

public bool IsFirstCounter
Результат bool

IsImpersonate публичное свойство

Gets or sets if an impersonate context should be used to evaluate the code or expression.
public bool IsImpersonate
Результат bool

LastAccess публичное свойство

Gets or sets the last access Date/Time from the cache.
public DateTime,System LastAccess
Результат System.DateTime

ParallelItems публичное свойство

The parallel values.
public SharedBucketList,Z.Expressions.SqlServer.Eval ParallelItems
Результат SharedBucketList

ParameterTables публичное свойство

Gets or sets the parameter table used to evaluate the code or expression.
public ListDictionary ParameterTables
Результат ListDictionary

ParameterTypes публичное свойство

Gets or sets the parameter types used to evaluate the code or expression.
public SharedCache ParameterTypes
Результат Type>.SharedCache

ParameterValues публичное свойство

Gets or sets the parameter values used to evaluate the code or expression.
public ListDictionary ParameterValues
Результат ListDictionary