Returns whether the field collection contains a field with the specified name.
[Visual Basic]
Public Function Contains( _
ByVal fieldName As String _
) As Boolean
[C#]
public bool Contains(
string fieldName
);
Boolean. Returns True if the collection contains an element with the specified name, False otherwise.
[C#]
private void UnboundGrp_ReportEnd(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub UnboundGrp_ReportEnd(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportEnd |
FieldCollection Class | FieldCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.