IResult
A single result of query data represented by fields requested.
A getter that retrieves the value of a field by IFieldRef.
A getter that retrieves the value of a field by Guid.
A getter that retrieves the value of a field by name.
A check to see if the field represented by the IFieldRef is part of the result.
A check to see if the field represented by the provided Guid is part of the result.
A check to see if the field represented by the provided name is part of the result.
Conditionally will populate the value with the field data represented by the IFieldRef.
If the field is not present, null will be populated instead.
Conditionally will populate the value with the field data represented by the Guid.
If the field is not present, null will be populated instead.
Conditionally will populate the value with the field data represented by the name.
If the field is not present, null will be populated instead.