Click or drag to resize

IDatabaseService Interface

Database Service

Namespace:  EBP.Api.Interfaces.Database
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IDatabaseService : IService, 
	IDisposable, IEquatable<IProxy>

The IDatabaseService type exposes the following members.

Properties
  NameDescription
Public propertyIsDatabaseOpened
gets if the database is opened
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also