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 bool Contains(
	string propertyName
)
Visual Basic
Public Function Contains ( 
	propertyName As String
) As Boolean
Visual C++
public:
virtual bool Contains(
	String^ propertyName
) sealed

Parameters

propertyName
Type: System..::..String

Return Value

Type: Boolean

Implements

IDataConnectionPropertiesContains(String)

See Also