![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# |
![]() |
---|---|
public class ProfileDatabases<T> |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class ProfileDatabases(Of T) |
Type Parameters
- T
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
![]() |
Add | Overloaded. |
![]() |
Clear |
Not supported.
|
![]() |
Contains |
Returns true if there exists such a static of dynamic database.
|
![]() |
ContainsKey |
Returns true if a static or dynamic database connection with id.
|
![]() |
CopyTo | |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator |
Enumerates over all static and dynamic databases.
|
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Remove | Overloaded. |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetValue |
Gets a static or dynamic database by its key.
|
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
![]() |
Count |
Returns the number of static and dynamic databases.
|
![]() |
IsReadOnly |
Always returns true.
|
![]() |
Item |
Gets a static or dynamic database by its key.
|
![]() |
Keys |
Returns the collection of static and dynamic database ids.
|
![]() |
Values |
Returns the collection of static and dynamic databases.
|