Proprietà QSConnectionConnection
|
Restituisce l'oggetto DbConnection di collegamento al Database.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.3.0
Sintassipublic DbConnection Connection { get; }
Public ReadOnly Property Connection As DbConnection
Get
public:
property DbConnection^ Connection {
DbConnection^ get ();
}
member Connection : DbConnection with get
Valore della proprietà
DbConnection
Vedi anche