ODataModelBuilder.RemoveSingleton(String) 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.
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.