Interface ISQLWrapperResult
The default complex type that can always be used for executing any SQL Wrapper and retrieving the results
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Any sql wrapper can be executed using GetSQLResults(Guid, String, String)
Namespace: LemonEdge.API.ComplexTypes
Assembly: API.dll
Syntax
[ComplexDefinition(ImageType.SQLFile, "SQL Wrapper Result")]
public interface ISQLWrapperResult
Properties
AccountID
The account id for the results
Declaration
long AccountID { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
BoolValue1
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue10
A value that holds the result of the column that has index 10 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue10 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue11
A value that holds the result of the column that has index 11 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue11 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue12
A value that holds the result of the column that has index 12 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue12 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue13
A value that holds the result of the column that has index 13 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue13 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue14
A value that holds the result of the column that has index 14 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue14 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue15
A value that holds the result of the column that has index 15 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue15 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue16
A value that holds the result of the column that has index 16 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue16 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue17
A value that holds the result of the column that has index 17 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue17 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue18
A value that holds the result of the column that has index 18 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue18 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue19
A value that holds the result of the column that has index 19 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue19 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue2
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue20
A value that holds the result of the column that has index 20 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue20 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue3
A value that holds the result of the column that has index 2 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue3 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue4
A value that holds the result of the column that has index 3 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue4 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue5
A value that holds the result of the column that has index 4 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue5 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue6
A value that holds the result of the column that has index 5 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue6 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue7
A value that holds the result of the column that has index 6 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue7 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue8
A value that holds the result of the column that has index 8 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue8 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BoolValue9
A value that holds the result of the column that has index 9 among those columns in the sql wrapper that can be evaluated as a boolean type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
bool? BoolValue9 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
DateValue1
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue10
A value that holds the result of the column that has index 10 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue10 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue11
A value that holds the result of the column that has index 11 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue11 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue12
A value that holds the result of the column that has index 12 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue12 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue13
A value that holds the result of the column that has index 13 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue13 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue14
A value that holds the result of the column that has index 14 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue14 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue15
A value that holds the result of the column that has index 15 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue15 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue16
A value that holds the result of the column that has index 16 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue16 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue17
A value that holds the result of the column that has index 17 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue17 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue18
A value that holds the result of the column that has index 18 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue18 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue19
A value that holds the result of the column that has index 19 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue19 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue2
A value that holds the result of the column that has index 2 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue20
A value that holds the result of the column that has index 20 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue20 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue3
A value that holds the result of the column that has index 3 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue3 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue4
A value that holds the result of the column that has index 4 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue4 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue5
A value that holds the result of the column that has index 5 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue5 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue6
A value that holds the result of the column that has index 6 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue6 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue7
A value that holds the result of the column that has index 7 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue7 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue8
A value that holds the result of the column that has index 8 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue8 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DateValue9
A value that holds the result of the column that has index 9 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
DateTimeOffset? DateValue9 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
DecimalValue1
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a decimal type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue10
A value that holds the result of the column that has index 10 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue10 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue11
A value that holds the result of the column that has index 11 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue11 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue12
A value that holds the result of the column that has index 12 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue12 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue13
A value that holds the result of the column that has index 13 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue13 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue14
A value that holds the result of the column that has index 14 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue14 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue15
A value that holds the result of the column that has index 15 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue15 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue16
A value that holds the result of the column that has index 16 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue16 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue17
A value that holds the result of the column that has index 17 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue17 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue18
A value that holds the result of the column that has index 18 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue18 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue19
A value that holds the result of the column that has index 19 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue19 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue2
A value that holds the result of the column that has index 2 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue20
A value that holds the result of the column that has index 20 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue20 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue21
A value that holds the result of the column that has index 21 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue21 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue22
A value that holds the result of the column that has index 22 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue22 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue23
A value that holds the result of the column that has index 23 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue23 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue24
A value that holds the result of the column that has index 24 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue24 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue25
A value that holds the result of the column that has index 25 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue25 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue26
A value that holds the result of the column that has index 26 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue26 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue27
A value that holds the result of the column that has index 27 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue27 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue28
A value that holds the result of the column that has index 28 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue28 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue29
A value that holds the result of the column that has index 29 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue29 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue3
A value that holds the result of the column that has index 3 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue3 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue30
A value that holds the result of the column that has index 30 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue30 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue31
A value that holds the result of the column that has index 31 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue31 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue32
A value that holds the result of the column that has index 32 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue32 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue33
A value that holds the result of the column that has index 33 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue33 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue34
A value that holds the result of the column that has index 34 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue34 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue35
A value that holds the result of the column that has index 35 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue35 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue36
A value that holds the result of the column that has index 36 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue36 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue37
A value that holds the result of the column that has index 37 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue37 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue38
A value that holds the result of the column that has index 38 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue38 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue39
A value that holds the result of the column that has index 39 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue39 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue4
A value that holds the result of the column that has index 4 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue4 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue40
A value that holds the result of the column that has index 40 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue40 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue41
A value that holds the result of the column that has index 41 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue41 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue42
A value that holds the result of the column that has index 42 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue42 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue43
A value that holds the result of the column that has index 43 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue43 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue44
A value that holds the result of the column that has index 44 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue44 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue45
A value that holds the result of the column that has index 45 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue45 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue46
A value that holds the result of the column that has index 46 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue46 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue47
A value that holds the result of the column that has index 47 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue47 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue48
A value that holds the result of the column that has index 48 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue48 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue49
A value that holds the result of the column that has index 49 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue49 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue5
A value that holds the result of the column that has index 5 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue5 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue50
A value that holds the result of the column that has index 50 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue50 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue51
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue51 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue52
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue52 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue53
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue53 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue54
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue54 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue55
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue55 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue56
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue56 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue57
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue57 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue58
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue58 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue59
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue59 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue6
A value that holds the result of the column that has index 6 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue6 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue60
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue60 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue61
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue61 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue62
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue62 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue63
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue63 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue64
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue64 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue65
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue65 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue66
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue66 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue67
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue67 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue68
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue68 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue69
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue69 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue7
A value that holds the result of the column that has index 7 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue7 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue70
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue70 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue71
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue71 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue72
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue72 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue73
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue73 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue74
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue74 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue75
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue75 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue76
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue76 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue77
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue77 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue78
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue78 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue79
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue79 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue8
A value that holds the result of the column that has index 8 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue8 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue80
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue80 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
DecimalValue9
A value that holds the result of the column that has index 9 among those columns in the sql wrapper that can be evaluated as a datetimeoffset type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
decimal? DecimalValue9 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
IDValue1
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue1 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue1_Label
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue1_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue10
A value that holds the result of the column that has index 10 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue10 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue10_Label
A value that holds the result of the column that has index 10 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue10_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue11
A value that holds the result of the column that has index 11 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue11 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue11_Label
A value that holds the result of the column that has index 11 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue11_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue12
A value that holds the result of the column that has index 12 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue12 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue12_Label
A value that holds the result of the column that has index 12 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue12_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue13
A value that holds the result of the column that has index 13 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue13 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue13_Label
A value that holds the result of the column that has index 13 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue13_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue14
A value that holds the result of the column that has index 14 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue14 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue14_Label
A value that holds the result of the column that has index 14 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue14_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue15
A value that holds the result of the column that has index 15 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue15 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue15_Label
A value that holds the result of the column that has index 15 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue15_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue16
A value that holds the result of the column that has index 16 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue16 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue16_Label
A value that holds the result of the column that has index 16 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue16_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue17
A value that holds the result of the column that has index 17 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue17 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue17_Label
A value that holds the result of the column that has index 17 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue17_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue18
A value that holds the result of the column that has index 18 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue18 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue18_Label
A value that holds the result of the column that has index 18 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue18_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue19
A value that holds the result of the column that has index 19 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue19 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue19_Label
A value that holds the result of the column that has index 19 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue19_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue2
A value that holds the result of the column that has index 2 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue2 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue2_Label
A value that holds the result of the column that has index 2 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue2_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue20
A value that holds the result of the column that has index 20 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue20 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue20_Label
A value that holds the result of the column that has index 20 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue20_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue3
A value that holds the result of the column that has index 3 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue3 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue3_Label
A value that holds the result of the column that has index 3 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue3_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue4
A value that holds the result of the column that has index 4 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue4 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue4_Label
A value that holds the result of the column that has index 4 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue4_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue5
A value that holds the result of the column that has index 5 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue5 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue5_Label
A value that holds the result of the column that has index 5 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue5_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue6
A value that holds the result of the column that has index 6 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue6 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue6_Label
A value that holds the result of the column that has index 6 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue6_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue7
A value that holds the result of the column that has index 7 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue7 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue7_Label
A value that holds the result of the column that has index 7 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue7_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue8
A value that holds the result of the column that has index 8 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue8 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue8_Label
A value that holds the result of the column that has index 8 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue8_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDValue9
A value that holds the result of the column that has index 9 among those columns in the sql wrapper that can be evaluated as a Guid type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
Guid? IDValue9 { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IDValue9_Label
A value that holds the result of the column that has index 9 among those columns in the sql wrapper that hold the label of the corrosponding IDValue
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string IDValue9_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SQLWrapperID
The id of the sql wrapper that was executed for these results
Declaration
[Key]
[Column(Order = 0)]
Guid SQLWrapperID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TextValue1
A value that holds the result of the column that has index 1 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue10
A value that holds the result of the column that has index 10 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue10 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue11
A value that holds the result of the column that has index 11 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue11 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue12
A value that holds the result of the column that has index 12 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue12 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue13
A value that holds the result of the column that has index 13 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue13 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue14
A value that holds the result of the column that has index 14 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue14 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue15
A value that holds the result of the column that has index 15 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue15 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue16
A value that holds the result of the column that has index 16 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue16 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue17
A value that holds the result of the column that has index 17 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue17 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue18
A value that holds the result of the column that has index 18 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue18 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue19
A value that holds the result of the column that has index 19 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue19 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue2
A value that holds the result of the column that has index 2 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue20
A value that holds the result of the column that has index 20 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue20 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue21
A value that holds the result of the column that has index 21 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue21 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue22
A value that holds the result of the column that has index 22 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue22 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue23
A value that holds the result of the column that has index 23 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue23 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue24
A value that holds the result of the column that has index 24 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue24 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue25
A value that holds the result of the column that has index 25 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue25 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue26
A value that holds the result of the column that has index 26 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue26 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue27
A value that holds the result of the column that has index 27 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue27 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue28
A value that holds the result of the column that has index 28 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue28 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue29
A value that holds the result of the column that has index 29 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue29 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue3
A value that holds the result of the column that has index 3 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue30
A value that holds the result of the column that has index 30 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue30 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue31
A value that holds the result of the column that has index 31 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue31 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue32
A value that holds the result of the column that has index 32 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue32 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue33
A value that holds the result of the column that has index 33 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue33 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue34
A value that holds the result of the column that has index 34 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue34 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue35
A value that holds the result of the column that has index 35 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue35 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue36
A value that holds the result of the column that has index 36 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue36 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue37
A value that holds the result of the column that has index 37 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue37 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue38
A value that holds the result of the column that has index 38 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue38 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue39
A value that holds the result of the column that has index 39 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue39 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue4
A value that holds the result of the column that has index 4 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue4 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue40
A value that holds the result of the column that has index 40 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue40 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue41
A value that holds the result of the column that has index 41 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue41 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue42
A value that holds the result of the column that has index 42 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue42 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue43
A value that holds the result of the column that has index 43 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue43 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue44
A value that holds the result of the column that has index 44 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue44 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue45
A value that holds the result of the column that has index 45 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue45 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue46
A value that holds the result of the column that has index 46 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue46 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue47
A value that holds the result of the column that has index 47 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue47 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue48
A value that holds the result of the column that has index 48 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue48 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue49
A value that holds the result of the column that has index 49 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue49 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue5
A value that holds the result of the column that has index 5 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue5 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue50
A value that holds the result of the column that has index 50 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue50 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue6
A value that holds the result of the column that has index 6 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue6 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue7
A value that holds the result of the column that has index 7 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue7 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue8
A value that holds the result of the column that has index 8 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue8 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextValue9
A value that holds the result of the column that has index 9 among those columns in the sql wrapper that can be evaluated as a string type
The helper class SQLWrapperInterpretor can be used to evaluate and interrogate the results held in this class
Declaration
string TextValue9 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UniqueResultID
A unique id for this row of resutls
Declaration
[Key]
[Column(Order = 1)]
Guid UniqueResultID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |