NavigationPropertyConfiguration.DeclaringEntityType Property
Gets the declaring entity type.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public ReadOnly Property DeclaringEntityType As EntityTypeConfiguration
Get
'Usage
Dim instance As NavigationPropertyConfiguration
Dim value As EntityTypeConfiguration
value = instance.DeclaringEntityType
public EntityTypeConfiguration DeclaringEntityType { get; }
public:
property EntityTypeConfiguration^ DeclaringEntityType {
EntityTypeConfiguration^ get ();
}
member DeclaringEntityType : EntityTypeConfiguration
function get DeclaringEntityType () : EntityTypeConfiguration
Property Value
Type: System.Web.Http.OData.Builder.EntityTypeConfiguration