ModelComparisonFilter Constructor (ModelSchema)
Initializes a new instance of the ModelComparisonFilter class.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
schema As ModelSchema _
)
public ModelComparisonFilter(
ModelSchema schema
)
public:
ModelComparisonFilter(
ModelSchema^ schema
)
new :
schema:ModelSchema -> ModelComparisonFilter
public function ModelComparisonFilter(
schema : ModelSchema
)
Parameters
- schema
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
The model schema to use.
Remarks
By default, all the types are included.
.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.