ReflectionCallHelper.MakeNewQueryRunObj(String, 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:
static System::Object ^ MakeNewQueryRunObj(System::String ^ queryName, System::Object ^ args);
public static object MakeNewQueryRunObj (string queryName, object args);
static member MakeNewQueryRunObj : string * obj -> obj
Public Function MakeNewQueryRunObj (queryName As String, args As Object) As Object
Parameters
- queryName
- String
- args
- Object