StructuralTypeConfiguration<TStructuralType> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Permite que se realice la configuración para un tipo en un modelo.
public abstract class StructuralTypeConfiguration<TStructuralType> where TStructuralType : class
type StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)> = class
Public MustInherit Class StructuralTypeConfiguration(Of TStructuralType)
Parámetros de tipo
- TStructuralType
El tipo que se va a configurar.
- Herencia
-
StructuralTypeConfiguration<TStructuralType>
- Derivado
Constructores
StructuralTypeConfiguration<TStructuralType>() |
Permite que se realice la configuración para un tipo en un modelo. |
Métodos
Equals(Object) |
Permite que se realice la configuración para un tipo en un modelo. |
GetHashCode() |
Permite que se realice la configuración para un tipo en un modelo. |
GetType() |
Obtiene el Type de la instancia actual. |
Ignore<TProperty>(Expression<Func<TStructuralType,TProperty>>) |
Excluye una propiedad del modelo de modo que no se asignará a la base de datos. |
Property(Expression<Func<TStructuralType,Byte[]>>) |
Configura una System.byte[] propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,DateTime>>) |
Configura una DateTime propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,DateTimeOffset>>) |
Configura una DateTimeOffset propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,DbGeography>>) |
Configura una DbGeography propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,DbGeography>>) |
Configura una DbGeography propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,DbGeometry>>) |
Configura una DbGeometry propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,DbGeometry>>) |
Configura una DbGeometry propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,Decimal>>) |
Configura una System.decimal propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,Nullable<DateTime>>>) |
Configura una System.DateTime? propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,Nullable<DateTimeOffset>>>) |
Configura una System.DateTimeOffset? propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,Nullable<Decimal>>>) |
Configura una System.decimal? propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,Nullable<TimeSpan>>>) |
Configura una System.TimeSpan? propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,String>>) |
Configura una System.string propiedad definida en este tipo. |
Property(Expression<Func<TStructuralType,TimeSpan>>) |
Configura una TimeSpan propiedad definida en este tipo. |
Property<T>(Expression<Func<TStructuralType,Nullable<T>>>) |
Configura una System.struct? propiedad definida en este tipo. |
Property<T>(Expression<Func<TStructuralType,T>>) |
Configura una System.struct propiedad definida en este tipo. |
ToString() |
Permite que se realice la configuración para un tipo en un modelo. |