Aqualogic Interaction API  
 

IPTQueryResult.ContainsPropID Method 

Returns a boolean indicating if the specified property (from PT_PROPIDS) is in this IPTQueryResult. Calling this function is equivalent to calling Columns, and searching for the indicated property.

bool ContainsPropID(
   int nPropID
);

Parameters

nPropID
the property desired, from PT_PROPIDS

Return Value

a boolean indicating if the specified property is in this IPTQueryResult

See Also

IPTQueryResult Interface | com.plumtree.server Namespace