Adds an xml comment to the entity type.

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

Syntax

C#
public void AddComment(
	string commentText
)
Visual Basic
Public Sub AddComment ( _
	commentText As String _
)
Visual C++
public:
void AddComment(
	String^ commentText
)

Parameters

commentText
Type: System..::..String
Text contained in the comment.

See Also