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 virtual EntityTypeConfiguration EntityType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property EntityTypeConfiguration^ EntityType {
[CompilerGeneratedAttribute]
virtual EntityTypeConfiguration^ get();
[CompilerGeneratedAttribute]
private: virtual void set(EntityTypeConfiguration^ value);
}
abstract EntityType : EntityTypeConfiguration with get, private set
override EntityType : EntityTypeConfiguration with get, private set
Public Overridable Property EntityType As EntityTypeConfiguration
Get
Private Set
End Property
Property Value
Type: System.Web.Http.OData.Builder.EntityTypeConfiguration
See Also
EntitySetConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top