ODataResourceSerializationInfo.IsFromCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The flag we use to identify if the current resource is from a navigation property with collection type or not.
public bool IsFromCollection { get; set; }
member this.IsFromCollection : bool with get, set
Public Property IsFromCollection As Boolean