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
- projectStore
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A ModelSchema object.
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
- 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.