Adds a new entity type to the storage model, based on an existing conceptual model entity type.

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

Syntax

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

Parameters

modelEntityType
Type: HuagatiEDMXTools..::..ModelEntityType
Conceptual model entity type to use as a base.

Return Value

A new StoreEntityType object.

See Also