Click or drag to resize

IDatabaseRepositoryIsIndexed Method (IAttrDef)

Indicates whether an attribute definition is indexed. Only attribute definitions of extended object types (XPM) can be indexed.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool IsIndexed(
	IAttrDef pAttrDef
)

Parameters

pAttrDef
Type: PDTec.IceNet.Core.ModelIAttrDef
The attribute definition.

Return Value

Type: Boolean
true if the attribute definition is indexed, otherwise false.
See Also