Share via


ADOAdapter.Query Method

InfoPath Developer Reference

Reads data from the associated data adapter.

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.Query

expression   An expression that returns a ADOAdapter object.

Return Value
Nothing

Remarks

The Query method fails if the QueryAllowed property of the ADOAdapter object is False.

Security Level 2: Can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See Also