 | 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.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic interface IDatabaseService : IAMLService
Public Interface IDatabaseService
Inherits IAMLService
public interface class IDatabaseService : IAMLService
The IDatabaseService type exposes the following members.
Methods | Name | Description |
---|
 | Elements |
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