ODataModelBuilder.AddSingleton(String, EntityTypeConfiguration) Method
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.
Registers a singleton as a part of the model and returns an object that can be used to configure the singleton. This method can be called multiple times for the same type to perform multiple lines of configuration.
public virtual Microsoft.AspNet.OData.Builder.SingletonConfiguration AddSingleton (string name, Microsoft.AspNet.OData.Builder.EntityTypeConfiguration entityType);
abstract member AddSingleton : string * Microsoft.AspNet.OData.Builder.EntityTypeConfiguration -> Microsoft.AspNet.OData.Builder.SingletonConfiguration
override this.AddSingleton : string * Microsoft.AspNet.OData.Builder.EntityTypeConfiguration -> Microsoft.AspNet.OData.Builder.SingletonConfiguration
Public Overridable Function AddSingleton (name As String, entityType As EntityTypeConfiguration) As SingletonConfiguration
Parameters
- name
- String
The name of the singleton.
- entityType
- EntityTypeConfiguration
The type to be registered or configured.
Returns
The configuration object for the specified singleton.