Retrieves an existing entity type, or creates a new one if no matching entity type is found.

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

Syntax

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

Parameters

entityTypeName
Type: System..::..String
Entity type name.

Return Value

A ModelEntityType object.

See Also