StructuralTypeConfiguration(Of TStructuralType) Class
Entity Framework 5.0
Allows configuration to be performed for a type in a model.
System.Object
System.Data.Entity.ModelConfiguration.Configuration.StructuralTypeConfiguration(Of TStructuralType)
System.Data.Entity.ModelConfiguration.ComplexTypeConfiguration(Of TComplexType)
System.Data.Entity.ModelConfiguration.EntityTypeConfiguration(Of TEntityType)
System.Data.Entity.ModelConfiguration.Configuration.StructuralTypeConfiguration(Of TStructuralType)
System.Data.Entity.ModelConfiguration.ComplexTypeConfiguration(Of TComplexType)
System.Data.Entity.ModelConfiguration.EntityTypeConfiguration(Of TEntityType)
Namespace: System.Data.Entity.ModelConfiguration.Configuration
Assembly: EntityFramework (in EntityFramework.dll)
The StructuralTypeConfiguration(Of TStructuralType) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | StructuralTypeConfiguration(Of TStructuralType) | Initializes a new instance of the StructuralTypeConfiguration(Of TStructuralType) class. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. This method is hidden from IntelliSense. (Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. This method is hidden from IntelliSense. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the type of the current instance. This method is hidden from IntelliSense. |
![]() | Ignore(Of TProperty) | Excludes a property from the model so that it will not be mapped to the database. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Property(Expression(Of Func(Of TStructuralType, Byte()))) | Configures a byte property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, DbGeography))) | Configures a DbGeography property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, DbGeometry))) | Configures a DbGeometry property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, DateTime))) | Configures a DateTime property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, DateTimeOffset))) | Configures a DateTimeOffset property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, Decimal))) | Configures a decimal property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, Nullable(Of DateTime)))) | Configures a Nullable(DateTime) property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, Nullable(Of DateTimeOffset)))) | Configures a Nullable(DateTimeOffset) property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, Nullable(Of Decimal)))) | Configures a Nullable(Decimal) property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, Nullable(Of TimeSpan)))) | Configures a Nullable(TimeSpan) property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, String))) | Configures a string property that is defined on this type. |
![]() | Property(Expression(Of Func(Of TStructuralType, TimeSpan))) | Configures a TimeSpan property that is defined on this type. |
![]() | Property(Of T)(Expression(Of Func(Of TStructuralType, Nullable(Of T)))) | Configures a Nullable(struct) property that is defined on this type. |
![]() | Property(Of T)(Expression(Of Func(Of TStructuralType, T))) | Configures a struct property that is defined on this type. |
![]() | ToString | Returns a string that represents the current object. This method is hidden from IntelliSense. (Overrides Object.ToString.) |
Show:
