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

Parameters

propertyName
Type: System..::..String

Implements

IDataConnectionPropertiesRemove(String)

See Also