Creates and adds a new conceptual model entity type.

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

Syntax

C#
public ModelEntityType AddEntityType(
	string name
)
Visual Basic
Public Function AddEntityType ( _
	name As String _
) As ModelEntityType
Visual C++
public:
ModelEntityType^ AddEntityType(
	String^ name
)

Parameters

name
Type: System..::..String
Entity type name for the new entity type.

Return Value

A ModelEntityType instance corresponding to the new entity type.

See Also