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 navigation source.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.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.OData.Builder.EntityTypeConfiguration
Implements
INavigationSourceConfiguration.EntityType
See Also
NavigationSourceConfiguration Class
System.Web.OData.Builder Namespace
Return to top