GigaSpaces XAP.NET Documentation
AddPropertyIndex Method (propertyName, indexType, unique)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderAddPropertyIndex(String, SpaceIndexType, Boolean)
Adds an index of the specified type for the specified property.
Declaration Syntax
C#Visual BasicVisual C++J#
public void AddPropertyIndex(
	string propertyName,
	SpaceIndexType indexType,
	bool unique
)
Public Sub AddPropertyIndex ( _
	propertyName As String, _
	indexType As SpaceIndexType, _
	unique As Boolean _
)
public:
void AddPropertyIndex(
	String^ propertyName, 
	SpaceIndexType indexType, 
	bool unique
)
public void AddPropertyIndex(
	String propertyName,
	SpaceIndexType indexType,
	boolean unique
)
Parameters
propertyName (String)
Name of property to index.
indexType (SpaceIndexType)
Type of index.
unique (Boolean)
Is it a unique index.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)