| CredentialContext Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Dundas.BI.Data.DataRetrieval
 Syntax
SyntaxThe CredentialContext type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CredentialContext | 
            Initializes a new instance of the CredentialContext class.
             | 
|  | CredentialContext(IDictionaryGuid, Object) | 
            Initializes a new instance of the CredentialContext class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Connection | 
            Gets the connection.
             | 
|  | Properties | 
            Gets the properties of the context.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | 
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
             | 
|  | Dispose(Boolean) | Releases unmanaged and - optionally - managed resources. | 
|  | Execute(Action) | 
            Executes the provided delegate under the context of the credentials.
             | 
|  | ExecuteT(FuncT) | 
            Executes the provided delegate under the context of the credentials.
             | 
|  | Finalize | 
            Finalizes an instance of the CredentialContext class.
            (Overrides ObjectFinalize.) | 
|  | SetProperty | 
            Allows derived classes to add/set properties of the context.
             | 
 See Also
See Also