Adds a new entity type to the storage model.

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

Syntax

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

Parameters

name
Type: System..::..String
Entity type name from the new entitytype.

Return Value

A new StoreEntityType object.

See Also