DataControllerDescription.EntityTypes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the entity types exposed by the DataController

Namespace:  System.Web.Http.Data
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
Public ReadOnly Property EntityTypes As IEnumerable(Of Type)
public IEnumerable<Type> EntityTypes { get; }
public:
property IEnumerable<Type^>^ EntityTypes {
    IEnumerable<Type^>^ get ();
}
member EntityTypes : IEnumerable<Type>
function get EntityTypes () : IEnumerable<Type>

Property Value

Type: System.Collections.Generic.IEnumerable<Type>

See Also

Reference

DataControllerDescription Class

System.Web.Http.Data Namespace