[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)
Creates a new database connection.
Namespace: net.esper.eql.db
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property Connection As DbConnection |
C# |
---|
DbConnection Connection { get; } |
Visual C++ |
---|
property DbConnection^ Connection { DbConnection^ get (); } |