[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns the database settings service.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property DatabaseRefService As DatabaseConfigService |
C# |
---|
public DatabaseConfigService DatabaseRefService { get; } |
Visual C++ |
---|
public: property DatabaseConfigService^ DatabaseRefService { DatabaseConfigService^ get (); } |