EntitySetConfiguration.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 Overridable Property EntityType As EntityTypeConfiguration
Get
Private Set
'Usage
Dim instance As EntitySetConfiguration
Dim value As EntityTypeConfiguration
value = instance.EntityType
public virtual EntityTypeConfiguration EntityType { get; private set; }
public:
virtual property EntityTypeConfiguration^ EntityType {
EntityTypeConfiguration^ get ();
private: void set (EntityTypeConfiguration^ value);
}
abstract EntityType : EntityTypeConfiguration with get, private set
override EntityType : EntityTypeConfiguration with get, private set
function get EntityType () : EntityTypeConfiguration
private function set EntityType (value : EntityTypeConfiguration)
Property Value
Type: System.Web.Http.OData.Builder.EntityTypeConfiguration