Returns the entity type mapped to the specified store entity set

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

Syntax

C#
public ModelEntityType EntityTypeFor(
	StoreEntitySet storeEntitySet
)
Visual Basic
Public Function EntityTypeFor ( _
	storeEntitySet As StoreEntitySet _
) As ModelEntityType
Visual C++
public:
ModelEntityType^ EntityTypeFor(
	StoreEntitySet^ storeEntitySet
)

Parameters

storeEntitySet
Type: HuagatiEDMXTools..::..StoreEntitySet
A store entityset that is mapped with this EntitySetMapping

Return Value

An entity type object for the entity type mapped to the specified store entityset

See Also