ODataModelBuilder.RemoveEntitySet(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 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.