CredentialContextConnection Property  | 
 
            Gets the connection.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IDisposable Connection { get; }Public ReadOnly Property Connection As IDisposable
	Get
public:
property IDisposable^ Connection {
	IDisposable^ get ();
}member Connection : IDisposable with get
Property Value
Type: 
IDisposable
            The connection.
            
See Also