Retrieves an existing entity type by name, or creates a new one if no matching entity type exist in the storage model.

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

Syntax

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

Parameters

entityTypeName
Type: System..::..String
Name of the entity type to get or create.

Return Value

A StoreEntityType object.

See Also