EasyObjects.NET Programmers Reference

DynamicQueryProviderFactory.GetConfigurationType Method 

Gets the Type of DynamicQuery to create based on the name of the InstanceData.

protected override Type GetConfigurationType(
   string instanceName
);

Parameters

instanceName

The name of the InstanceData to get the Type.

Return Value

The Type of the DynamicQuery to create.

See Also

DynamicQueryProviderFactory Class | NCI.EasyObjects Namespace