query property

MailMergeSettings.query property

Contains the Structured Query Language string that shall be run against the specified external data source to return the set of records which shall be imported into the document when the mail merge operation is performed. The default value is an empty string.

@property
def query(self) -> str:
    ...

@query.setter
def query(self, value: str):
    ...

See Also