Interface OnReadInlineContent


public interface OnReadInlineContent

Callback interface for the deep insert read calls (read of <m:inline> content). Typically the receiveReadProperties(EntityProviderReadProperties, EdmNavigationProperty) method is called when an inline navigation property is found and will be read.

The handleReadEntry(ReadEntryResult) and handleReadFeed(ReadFeedResult) methods are called after the inline navigation property was read and deliver the read (de-serialized) entity or list of entities. If inlined navigation property is nullable and not set a ReadEntryResult is given with the navigationPropertyName and a NULL entry set.