Class Select
Query select
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Report
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class Select
Constructors
View SourceSelect(params string[])
Constructor
Declaration
public Select(params string[] fields)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | fields | The query select fields |
Properties
View SourceExpression
The query select expression
Declaration
public string Expression { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
Operators
View Sourceimplicit operator string(Select)
Implicit select to string converter
Declaration
public static implicit operator string(Select select)
Parameters
| Type | Name | Description |
|---|---|---|
| Select | select | The select clause |
Returns
| Type | Description |
|---|---|
| string |