Share via


EntitySetConfiguration<TEntityType>.EntityType Property

Gets the entity type contained in this entity set.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public ReadOnly Property EntityType As EntityTypeConfiguration(Of TEntityType)
    Get
'Usage
Dim instance As EntitySetConfiguration 
Dim value As EntityTypeConfiguration(Of TEntityType)

value = instance.EntityType
public EntityTypeConfiguration<TEntityType> EntityType { get; }
public:
property EntityTypeConfiguration<TEntityType>^ EntityType {
    EntityTypeConfiguration<TEntityType>^ get ();
}
member EntityType : EntityTypeConfiguration<'TEntityType>
function get EntityType () : EntityTypeConfiguration<TEntityType>

Property Value

Type: System.Web.Http.OData.Builder.EntityTypeConfiguration<TEntityType>
The entity type contained in this entity set.

See Also

Reference

EntitySetConfiguration<TEntityType> Class

System.Web.Http.OData.Builder Namespace