Retrieves an existing entitytype based on a conceptual model entittype, or creates a new one if a match can not be found.

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

Syntax

C#
public StoreEntityType GetOrCreateEntityType(
	ModelEntityType modelEntityType
)
Visual Basic
Public Function GetOrCreateEntityType ( _
	modelEntityType As ModelEntityType _
) As StoreEntityType
Visual C++
public:
StoreEntityType^ GetOrCreateEntityType(
	ModelEntityType^ modelEntityType
)

Parameters

modelEntityType
Type: HuagatiEDMXTools..::..ModelEntityType
Conceptual model entity type to match.

Return Value

A StoreEntityType object.

See Also