EasyObjects.NET Programmers Reference

DynamicQueryProviderFactory.CreateDynamicQuery Method 

Creates the DynamicQuery object from the configuration data associated with the specified name.

public DynamicQuery CreateDynamicQuery(
   string instanceName
);

Parameters

instanceName
Instance name as defined in configuration

Return Value

A DynamicQuery object.

See Also

DynamicQueryProviderFactory Class | NCI.EasyObjects Namespace