PdsBatchAttrib::queryForPdsBatchAttrib Method
Creates an instance of a Query class object that can retrieve records of the PdsBatchAttrib table.
Syntax
client server private static Query queryForPdsBatchAttrib([str _queryIdFilter, container _expectedPDSBatchAttribTypes])
Run On
Called
Parameters
- _queryIdFilter
Type: str
The specified filter for the ID of the attribute; optional.
- _expectedPDSBatchAttribTypes
Type: container
A container that holds the expected types of attributes, specified in values of the PDSBatchAttribType enumeration; optional.
Return Value
Type: Query Class
An instance of the Query class.