ODataModelBuilder.Singletons 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.
Gets the collection of EDM singletons in the model to be built.
public virtual System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Builder.SingletonConfiguration> Singletons { get; }
member this.Singletons : seq<Microsoft.AspNet.OData.Builder.SingletonConfiguration>
Public Overridable ReadOnly Property Singletons As IEnumerable(Of SingletonConfiguration)