ODataModelBuilder.RemoveSingleton(String) Method

Definition

Removes the singleton from the model.

public virtual bool RemoveSingleton (string name);
abstract member RemoveSingleton : string -> bool
override this.RemoveSingleton : string -> bool
Public Overridable Function RemoveSingleton (name As String) As Boolean

Parameters

name
String

The name of the singleton to be removed.

Returns

true if the singleton is present in the model and false otherwise.

Applies to