public IEnumerable<T> QueryRecords(
RecordRestriction? restriction
)
Public Function QueryRecords (
restriction As RecordRestriction
) As IEnumerable(Of T)
public:
IEnumerable<T>^ QueryRecords(
RecordRestriction^ restriction
)
function QueryRecords(restriction);
This is a convenience call to QueryRecords(String, RecordRestriction, Int32) only specifying the RecordRestriction parameter.
If any of the restriction parameters reference a table field that is modeled with either an EncryptDataAttribute or FieldDataTypeAttribute, then the function GetInterpretedFieldValue(String, Object) will need to be called, replacing the target parameter with the returned value so that the field value will be properly set prior to executing the database function.