MigrationBatchIdParameter Constructor
Include Protected Members
Include Inherited Members
Intializes a new instance of the MigrationBatchIdParameter class.
Overload List
Name | Description | |
---|---|---|
MigrationBatchIdParameter() | Intializes a new instance of the MigrationBatchIdParameter class. | |
MigrationBatchIdParameter(INamedIdentity) | Intializes a new instance of the MigrationBatchIdParameter class for the specified entity. | |
MigrationBatchIdParameter(MigrationBatchId) | Intializes a new instance of the MigrationBatchIdParameter class from the specified batch identifier. | |
MigrationBatchIdParameter(String) | Intializes a new instance of the MigrationBatchIdParameter class from the specified identifier. |
Top