RefactoringDeploymentContributor.MergeTransactionRecords Method
Merges the provided records into the current list.
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function MergeTransactionRecords ( _
sourceModel As DataSchemaModel, _
records As IList(Of RefactoringRecord) _
) As IList(Of RefactoringRecord)
protected virtual IList<RefactoringRecord> MergeTransactionRecords(
DataSchemaModel sourceModel,
IList<RefactoringRecord> records
)
protected:
virtual IList<RefactoringRecord^>^ MergeTransactionRecords(
DataSchemaModel^ sourceModel,
IList<RefactoringRecord^>^ records
)
abstract MergeTransactionRecords :
sourceModel:DataSchemaModel *
records:IList<RefactoringRecord> -> IList<RefactoringRecord>
override MergeTransactionRecords :
sourceModel:DataSchemaModel *
records:IList<RefactoringRecord> -> IList<RefactoringRecord>
protected function MergeTransactionRecords(
sourceModel : DataSchemaModel,
records : IList<RefactoringRecord>
) : IList<RefactoringRecord>
Parameters
- sourceModel
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel that represents the source data model.
- records
Type: System.Collections.Generic.IList<RefactoringRecord>
An IList<T> object of type RefactoringTransactionRecord that contains the records to be merged.
Return Value
Type: System.Collections.Generic.IList<RefactoringRecord>
An IList<T> object of type RefactoringTransactionRecord that contains the merged records.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RefactoringDeploymentContributor Class
Microsoft.Data.Schema.Refactoring Namespace
RefactoringTransactionRecord