Class FunctionExecutionState
Represent the state of function execution.
Inheritance
System.Object
FunctionExecutionState
Namespace: MESL.SqlRace.Domain.Functions.Behaviours
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FunctionExecutionState : Object
Constructors
FunctionExecutionState()
Declaration
public FunctionExecutionState()
Properties
Session
Gets or sets the session.
Declaration
public ISession Session { get; set; }
Property Value
Type | Description |
---|---|
ISession | The session. |
TimeRange
Gets or sets the time range.
Declaration
public TimeRange TimeRange { get; set; }
Property Value
Type | Description |
---|---|
TimeRange | The time range. |