 | IEntityCollectionBaseGetFlatEnumerable Method |
Returns an flat enumerator for the collection
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxIEnumerable<IEntity> GetFlatEnumerable()
Function GetFlatEnumerable As IEnumerable(Of IEntity)
Return Value
Type:
IEnumerableIEntityReturns an enumerator for the collection
See Also