Click or drag to resize

IDatabaseService Interface

This service interface defines methods to access and update XML data saved in an XML database. The methods offered correspond to methods that are also defined in the System.Linq.Xml namespace.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface IDatabaseService : IAMLService

The IDatabaseService type exposes the following members.

Methods
 NameDescription
Public methodElements Returns a filtered collection of the child elements of the specified element in document order. Only elements that have a matching XName are included in the collection.
Top
Remarks
The interface is a first draft and may be extended in future versions.
See Also