Creates and adds a new conceptual model entity set.

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

Syntax

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

Parameters

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

Return Value

A ModelEntitySet instance corresponding to the new entity set.

See Also