IEdmEntityContainer.FindEntitySet(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.
Searches for an entity set with the given name in this entity container and returns null if no such set exists.
public Microsoft.OData.Edm.IEdmEntitySet FindEntitySet (string setName);
abstract member FindEntitySet : string -> Microsoft.OData.Edm.IEdmEntitySet
Public Function FindEntitySet (setName As String) As IEdmEntitySet
Parameters
- setName
- String
The name of the element being found.
Returns
The requested element, or null if the element does not exist.