Class Parameter
Inherited Members
Namespace: PayrollEngine.Client.QueryExpression
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class Parameter : ExpressionBase
Constructors
Parameter(string, object)
Declaration
public Parameter(string name, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| object | value |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public object Value { get; }
Property Value
| Type | Description |
|---|---|
| object |