DatabaseIdParameter Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DatabaseIdParameter class.
Overload List
Name | Description | |
---|---|---|
DatabaseIdParameter() | Initializes a new instance of the DatabaseIdParameter class. | |
DatabaseIdParameter(DatabaseCopyIdParameter) | Initializes a new instance of the DatabaseIdParameter class from the specified database. | |
DatabaseIdParameter(INamedIdentity) | Initializes a new instance of the DatabaseIdParameter class named identity. | |
DatabaseIdParameter(ADObjectId) | Initializes a new instance of the DatabaseIdParameter class from the specified Active Directory object identifer. | |
DatabaseIdParameter(Database) | Initializes a new instance of the DatabaseIdParameter class from the specified database. | |
DatabaseIdParameter(String) | Initializes a new instance of the DatabaseIdParameter class from the specified database identity string. |
Top