IEntityDesignerLayer.ServiceProvider Property
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
A layer can provide its own service provider for selection purposes. Currently the limitation is that a layer can only proffer one sited service provider.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property ServiceProvider As IServiceProvider
Get
'Usage
Dim instance As IEntityDesignerLayer
Dim value As IServiceProvider
value = instance.ServiceProvider
IServiceProvider ServiceProvider { get; }
property IServiceProvider^ ServiceProvider {
IServiceProvider^ get ();
}
abstract ServiceProvider : IServiceProvider
function get ServiceProvider () : IServiceProvider
Property Value
Type: System.IServiceProvider
Returns IServiceProvider.