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.
Called when loading model modifiers for the target database model to allow custom classes to do additional processing for a custom DatabaseSchemaProvider.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function OnLoadTargetModelModifiers As IList(Of TargetModelModifier)
protected virtual IList<TargetModelModifier> OnLoadTargetModelModifiers()
protected:
virtual IList<TargetModelModifier^>^ OnLoadTargetModelModifiers()
abstract OnLoadTargetModelModifiers : unit -> IList<TargetModelModifier>
override OnLoadTargetModelModifiers : unit -> IList<TargetModelModifier>
protected function OnLoadTargetModelModifiers() : IList<TargetModelModifier>
Return Value
Type: System.Collections.Generic.IList<TargetModelModifier>
A list of TargetModelModifier objects. The default implementation returns nulla null reference (Nothing in Visual Basic).
.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.