Share via


IEdmUnknownEntitySet Interface

Definition

Represents an EDM unknown entity set. Unknown entity set can appear in following scenarios:

  1. The target of navigation property is contained in other entity.
  2. The target of navigation property comes from more than one entity set.
  3. Other scenarios that the entity set is unknown.
public interface IEdmUnknownEntitySet : Microsoft.OData.Edm.IEdmEntitySetBase
type IEdmUnknownEntitySet = interface
    interface IEdmEntitySetBase
    interface IEdmNavigationSource
    interface IEdmNamedElement
    interface IEdmElement
Public Interface IEdmUnknownEntitySet
Implements IEdmEntitySetBase
Implements

Properties

Name

Gets the name of this element.

(Inherited from IEdmNamedElement)
NavigationPropertyBindings

Gets the navigation property bindings of this navigation source.

(Inherited from IEdmNavigationSource)
Path

Gets the path of this navigation source.

(Inherited from IEdmNavigationSource)
Type

Gets the type of this navigation source.

(Inherited from IEdmNavigationSource)

Methods

FindNavigationPropertyBindings(IEdmNavigationProperty)

Finds the bindings of the navigation property.

(Inherited from IEdmNavigationSource)
FindNavigationTarget(IEdmNavigationProperty)

Finds the navigation source that a navigation property targets.

(Inherited from IEdmNavigationSource)
FindNavigationTarget(IEdmNavigationProperty, IEdmPathExpression)

Finds the navigation source that a navigation property targets.

(Inherited from IEdmNavigationSource)

Extension Methods

EntityType(IEdmNavigationSource)

Return the entity type of the navigation source.

FullNavigationSourceName(IEdmNavigationSource)

Returns the fully qualified name of a navigation source.

Location(IEdmElement)

Gets the location of this element.

NavigationSourceKind(IEdmNavigationSource)

Return the navigation kind of the navigation source.

Errors(IEdmElement)

Gets the errors, if any, that belong to this element or elements that this element contains. For example errors for a structural type include the errors of the type itself and errors of its declared properties. The method does not analyze elements referenced by this element. For example errors of a property do not include errors from its type.

IsBad(IEdmElement)

Returns true if this element contains errors returned by the Errors(IEdmElement) method.

Applies to