ControllerWithContextGenerator.EntityFrameworkService Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
protected:
property Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::IEntityFrameworkService ^ EntityFrameworkService { Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::IEntityFrameworkService ^ get(); };
protected Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.IEntityFrameworkService EntityFrameworkService { get; }
member this.EntityFrameworkService : Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.IEntityFrameworkService
Protected ReadOnly Property EntityFrameworkService As IEntityFrameworkService