| IDatabaseRepositorySetIndexed Method (IAttrDef, Boolean) | 
            Defines whether an attribute definition is indexed. Only attribute definitions of 
            extended object types (XPM) can be indexed.
            
 
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid SetIndexed(
	IAttrDef pAttrDef,
	bool isIndexed
)
Parameters
- pAttrDef
 - Type: PDTec.IceNet.Core.ModelIAttrDef
The attribute definition. - isIndexed
 - Type: SystemBoolean
true if the attribute definition should be indexed, otherwise false. 
See Also