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

.NET Framework Security

See Also

Reference

DatabaseSchemaProvider Class

Microsoft.Data.Schema Namespace

ModelSchema