IDatabaseRepositoryIsIndexed Method (IRelAttrDef) |
Indicates whether an attribute definition is indexed. Only attribute definitions of
extended relationship 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)
Syntaxbool IsIndexed(
IRelAttrDef pAttrDef
)
Parameters
- pAttrDef
- Type: PDTec.IceNet.Core.ModelIRelAttrDef
The attribute definition.
Return Value
Type:
Booleantrue if the attribute definition is indexed, otherwise
false.
See Also