DatabaseSchemaProvider.RegisterModelTypes Method
When implemented in a derived class, registers the model types that are found in the provided model schema.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected MustOverride Sub RegisterModelTypes ( _
modelSchema As ModelSchema _
)
protected abstract void RegisterModelTypes(
ModelSchema modelSchema
)
protected:
virtual void RegisterModelTypes(
ModelSchema^ modelSchema
) abstract
abstract RegisterModelTypes :
modelSchema:ModelSchema -> unit
protected abstract function RegisterModelTypes(
modelSchema : ModelSchema
)
Parameters
- modelSchema
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
A ModelSchema object.
.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.