--- myst: substitutions: method: |- ```{image} /img/code_reference/net_library/method.ico ``` prop: |- ```{image} /img/code_reference/net_library/prop.ico ``` --- # IErpEntitySets Interface Provides the interface for working with a list of EntitySets. **Namespace:** powerGate.Erp.Client\ **Assembly:** powerGate.Erp.Client.dll ## Syntax ```{code-block} CSharp :linenos: public interface IErpEntitySets : IEnumerable ``` ## Properties | Type | Name | Description | |------------------------------------------|---------------------|---------------------------------------------| | {{prop}} [IErpEntitySet]() | Item\[string name\] | Gets the EntitySet with the specified name. | ## Methods | Type | Name | Description | |----------------------------------------------|-----------------------------|---------------------------------------------------------------------------------------------------| | {{method}} IEnumerable\<[IErpEntitySets][]\> | Find(string entityTypeName) | Searches for EntityTypes having the specified name. | | {{method}} IEnumerator\<[IErpEntitySets][]\> | GetEnumerator() | Returns an enumerator that iterates through the collection.(Inherited from [IEnumerable\][]). | [IErpEntitySets]: ierpentitysets [IEnumerable\]: https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable-1 ## See also **Reference** - [powerGate.Erp.Client namespace]() - [Get-ERPEntitySets cmdlet]()