dam_isSearchPatternObject
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method checks if any of the arguments of the schema object have pattern values.
int dam_isSearchPatternObject(
object pSearchObj)
Parameters for dam_isSearchPatternObject
| Parameter | Type | Description |
| IN | ||
| pSearchObj | object | The schema search .NET object |
| RETURN | ||
| int | 1 – pattern values are there in any of the arguments. 0 – pattern values are not there in the arguments. |