Determines whether the collection contains a specific field.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Contains(
	string name
)
Visual Basic
Public Function Contains ( _
	name As String _
) As Boolean

Parameters

name
Type: System..::..String
The name of the field.

Return Value

True if the collection contains a field with the specified name; otherwise, false.

See Also