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 Reset(
	string propertyName
)
Visual Basic
Public Sub Reset ( 
	propertyName As String
)
Visual C++
public:
virtual void Reset(
	String^ propertyName
) sealed

Parameters

propertyName
Type: System..::..String

Implements

IDataConnectionPropertiesReset(String)

See Also