GigaSpaces XAP.NET Documentation
Projections Property
Class LibraryGigaSpaces.CoreSqlQuery<(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 { get; set; }
Public Property Projections As ICollection(Of String)
public:
virtual property ICollection<String^>^ Projections {
	ICollection<String^>^ get () sealed;
	void set (ICollection<String^>^ value) sealed;
}
/** @property */
public final ICollection<String> get_Projections()
/** @property */
public final  void set_Projections(ICollection<String> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)