BaseCodeGeneratorWithSite.SiteServiceProvider 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.]

demand-creates a ServiceProvider given an IOleServiceProvider

Namespace:  Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Protected ReadOnly Property SiteServiceProvider As ServiceProvider 
    Get
'Usage
Dim value As ServiceProvider 

value = Me.SiteServiceProvider
protected ServiceProvider SiteServiceProvider { get; }
protected:
property ServiceProvider^ SiteServiceProvider {
    ServiceProvider^ get ();
}
member SiteServiceProvider : ServiceProvider
function get SiteServiceProvider () : ServiceProvider

Property Value

Type: ServiceProvider

See Also

Reference

BaseCodeGeneratorWithSite Class

Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace