| DataContextConnection Property |
Connection
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public IDbConnection Connection { get; }
Public ReadOnly Property Connection As IDbConnection
Get
public:
property IDbConnection^ Connection {
IDbConnection^ get ();
}
member Connection : IDbConnection with get
Property Value
Type:
IDbConnectionSee Also