SqlSchemaDeploymentOptions.GetPropertyClassesToExcludeFromComparison Method
Gets a list of model property classes that should not be included in Schema Compare.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overridable Function GetPropertyClassesToExcludeFromComparison As ICollection(Of ModelPropertyClass)
protected virtual ICollection<ModelPropertyClass> GetPropertyClassesToExcludeFromComparison()
protected:
virtual ICollection<ModelPropertyClass^>^ GetPropertyClassesToExcludeFromComparison()
abstract GetPropertyClassesToExcludeFromComparison : unit -> ICollection<ModelPropertyClass>
override GetPropertyClassesToExcludeFromComparison : unit -> ICollection<ModelPropertyClass>
protected function GetPropertyClassesToExcludeFromComparison() : ICollection<ModelPropertyClass>
Return Value
Type: System.Collections.Generic.ICollection<ModelPropertyClass>
.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.