See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public void Add(
	string propertyName
)
Visual Basic
Public Sub Add ( 
	propertyName As String
)
Visual C++
public:
virtual void Add(
	String^ propertyName
) sealed

Parameters

propertyName
Type: System..::..String

Implements

IDataConnectionPropertiesAdd(String)

See Also