 | ServiceLocatorQueryService Property |
Gets the registered Query-Service. If no Query-Service is registered, a default Query-Service - which is based on
LinqToXml
- is returned. As an alternative, a Query-Service based on Dictionaries for keyed access is available.
The dictionary based service has to be registered to be used. If no such service has been registered, the default
query
service is returned. The actual registered Query-Service is located by the engine and used for all queries.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IQuery QueryService { get; }
Public Shared ReadOnly Property QueryService As IQuery
Get
public:
static property IQuery^ QueryService {
IQuery^ get ();
}
Property Value
IQuery
See Also