adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectSearchOptions Class / ReturnObjects Field


In This Topic
    ReturnObjects Field
    In This Topic
    Determines whether the objects will be returned by a search operation.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReturnObjects As Boolean
    [DataMember()]
    public bool ReturnObjects
    [DataMember()]
    public:
    bool ReturnObjects
    Remarks

    If ReturnObjects is false, the objects will not be returned by the search option but can be fetched individually by the client when needed. If ReturnObjects is true, all objects with matches will be returned.

    If Action is SearchReplaceType.ReplaceAndReturn, the objects are returned regardless of this setting.

    See Also