Sql90SchemaDeploymentOptions.GetPropertyClassesToExcludeFromComparison Method
Returns a list of the property classes that will not be compared.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overrides Function GetPropertyClassesToExcludeFromComparison As ICollection(Of ModelPropertyClass)
protected override ICollection<ModelPropertyClass> GetPropertyClassesToExcludeFromComparison()
protected:
virtual ICollection<ModelPropertyClass^>^ GetPropertyClassesToExcludeFromComparison() override
abstract GetPropertyClassesToExcludeFromComparison : unit -> ICollection<ModelPropertyClass>
override GetPropertyClassesToExcludeFromComparison : unit -> ICollection<ModelPropertyClass>
protected override 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.