Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public EntityTypeConfiguration<TEntityType> EntityType { get; }
public:
property EntityTypeConfiguration<TEntityType>^ EntityType {
EntityTypeConfiguration<TEntityType>^ get();
}
member EntityType : EntityTypeConfiguration<'TEntityType> with get
Public ReadOnly Property EntityType As EntityTypeConfiguration(Of TEntityType)
Property Value
Type: System.Web.Http.OData.Builder.EntityTypeConfiguration<TEntityType>
See Also
EntitySetConfiguration<TEntityType> Class
System.Web.Http.OData.Builder Namespace
Return to top