ODataModelBuilder.RemoveEntitySet(String) Method

Definition

Removes the entity set from the model.

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

Parameters

name
String

The name of the entity set to be removed.

Returns

true if the entity set is present in the model and false otherwise.

Applies to