DatabaseIdParameter constructor
Initializes a new instance of the DatabaseIdParameter class.
Overload list
Name | Description | |
---|---|---|
DatabaseIdParameter() | Initializes a new instance of the DatabaseIdParameter class. | |
DatabaseIdParameter(INamedIdentity) | Initializes a new instance of the DatabaseIdParameter class named identity. | |
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. | |
DatabaseIdParameter(ADObjectId) | Initializes a new instance of the DatabaseIdParameter class from the specified Active Directory object identifier. | |
DatabaseIdParameter(DatabaseCopyIdParameter) | Initializes a new instance of the DatabaseIdParameter class from the specified database. |
Top