Compartir a través de


DbConfigurationTypeAttribute.ConfigurationType (Propiedad)

[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].

Obtiene la subclase de DbConfiguration que se debe usar para la configuración basada en código de esta aplicación.

Espacio de nombres:  System.Data.Entity
Ensamblado:  EntityFramework (en EntityFramework.dll)

Sintaxis

'Declaración
Public ReadOnly Property ConfigurationType As Type 
    Get
'Uso
Dim instance As DbConfigurationTypeAttribute 
Dim value As Type 

value = instance.ConfigurationType
public Type ConfigurationType { get; }
public:
property Type^ ConfigurationType {
    Type^ get ();
}
member ConfigurationType : Type
function get ConfigurationType () : Type

Valor de propiedad

Tipo: System.Type
Subclase de DbConfiguration que se debe usar para la configuración basada en código de esta aplicación.

Vea también

Referencia

DbConfigurationTypeAttribute Clase

System.Data.Entity (Espacio de nombres)