Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
  System.Web.OData.Builder.NavigationSourceConfiguration<TEntityType>
    System.Web.OData.Builder.EntitySetConfiguration<TEntityType>
Syntax
public class EntitySetConfiguration<TEntityType> : NavigationSourceConfiguration<TEntityType>
where TEntityType : class
generic<typename TEntityType>
where TEntityType : ref class
public ref class EntitySetConfiguration : NavigationSourceConfiguration<TEntityType>
type EntitySetConfiguration<'TEntityType when 'TEntityType : not struct> = 
    class
        inherit NavigationSourceConfiguration<'TEntityType>
    end
Public Class EntitySetConfiguration(Of TEntityType As Class)
    Inherits NavigationSourceConfiguration(Of TEntityType)
Type Parameters
- TEntityType
 The element type of the entity set.
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | EntityType | Gets the entity type contained in this navigation source configuration.(Inherited from NavigationSourceConfiguration<TEntityType>.) | 
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Builder Namespace
Return to top
.jpeg)
.jpeg)