Share via


DataGenerationServices.GetTypesExcludedFromComparison Method

Identifies the elements to be removed from the model comparison to the target database.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Overridable Function GetTypesExcludedFromComparison ( _
    projectStore As DataSchemaModel _
) As IList(Of Type)
public virtual IList<Type> GetTypesExcludedFromComparison(
    DataSchemaModel projectStore
)
public:
virtual IList<Type^>^ GetTypesExcludedFromComparison(
    DataSchemaModel^ projectStore
)
abstract GetTypesExcludedFromComparison : 
        projectStore:DataSchemaModel -> IList<Type> 
override GetTypesExcludedFromComparison : 
        projectStore:DataSchemaModel -> IList<Type> 
public function GetTypesExcludedFromComparison(
    projectStore : DataSchemaModel
) : IList<Type>

Parameters

Return Value

Type: System.Collections.Generic.IList<Type>
A list of types that you want excluded from comparison of the model to the target database.

Remarks

Works with the GetModelCopyConfiguration method to limit the elements in the model that are compared to elements in the database.

Provide this information through this method so that your database schema model can be represented in Visual Studio projects, where users can create and manipulate database objects that you have defined in your model.

.NET Framework Security

See Also

Reference

DataGenerationServices Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

GetModelCopyConfiguration

ModelSchema

InitializeModelComparerConstructor