IProgrammableDataQuery.EntryQuery(Object, Object[]) Method

Definition

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[]

Applies to