GigaSpaces XAP.NET Documentation
Projections Field
Class LibraryGigaSpaces.CoreIdsQuery<(Of <(T>)>)Projections
Gets or sets projection properties which specifies that a result for an operation using this query should contain data for the specified projection properties. Other properties which were not specifies as a projection will not contain data. By default, if no projection was added, all the properties are returned with full data.
Declaration Syntax
C#Visual BasicVisual C++J#
public ICollection<string> Projections
Public Projections As ICollection(Of String)
public:
ICollection<String^>^ Projections
public ICollection<String> Projections

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)