IProgrammableDataQuery.EntryQuery(Object, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <System::Object ^> ^ EntryQuery(System::Object ^ thisArg, cli::array <System::Object ^> ^ args);
public object[] EntryQuery (object thisArg, object[] args);
abstract member EntryQuery : obj * obj[] -> obj[]
Public Function EntryQuery (thisArg As Object, args As Object()) As Object()
Parameters
- thisArg
- Object
- args
- Object[]
Returns
- Object[]