Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Filters the comparison result with excluded types.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub ExcludeResults ( _
schema As ModelSchema, _
excludingTypes As IList(Of Type) _
)
public void ExcludeResults(
ModelSchema schema,
IList<Type> excludingTypes
)
public:
void ExcludeResults(
ModelSchema^ schema,
IList<Type^>^ excludingTypes
)
member ExcludeResults :
schema:ModelSchema *
excludingTypes:IList<Type> -> unit
public function ExcludeResults(
schema : ModelSchema,
excludingTypes : IList<Type>
)
Parameters
- schema
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
The model schema.
- excludingTypes
Type: System.Collections.Generic.IList<Type>
The list of excluded types.
.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.