IErpEntitySets Interface
Provides the interface for working with a list of EntitySets.
Namespace: powerGate.Erp.Client
Assembly: powerGate.Erp.Client.dll
Syntax
1 | public interface IErpEntitySets : IEnumerable<IErpEntitySet> |
Properties
Type |
Name |
Description |
---|---|---|
Item[string name] |
Gets the EntitySet with the specified name. |
Methods
Type |
Name |
Description |
---|---|---|
IEnumerable<IErpEntitySets> |
Find(string entityTypeName) |
Searches for EntityTypes having the specified name. |
IEnumerator<IErpEntitySets> |
GetEnumerator() |
Returns an enumerator that iterates through the collection.(Inherited from IEnumerable<T>). |
See also
Reference