Returns all store entitysets mapped to the specified conceptual model entity type

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public IEnumerable<StoreEntitySet> StoreEntitySetsFor(
	ModelEntityType modelEntityType
)
Visual Basic
Public Function StoreEntitySetsFor ( _
	modelEntityType As ModelEntityType _
) As IEnumerable(Of StoreEntitySet)
Visual C++
public:
IEnumerable<StoreEntitySet^>^ StoreEntitySetsFor(
	ModelEntityType^ modelEntityType
)

Parameters

modelEntityType
Type: HuagatiEDMXTools..::..ModelEntityType
A conceptual model entity type

Return Value

An enumeration of the store entitysets mapped to the specified conceptual model entity type

See Also