asp.net.ph

DataControlFieldCollection.Contains Method

System.Web.UI.WebControls Namespace   DataControlFieldCollection Class


.NET Framework version 2.0

Determines whether the collection contains a specified item.

[ VB ]
Public Function Contains ( _
   ByVal item As DataControlField _
) As Boolean

[ C# ]
public bool Contains (
   DataControlField item
);

[ C++ ]
public: bool Contains (
   DataControlField* item
);

[ JScript ]
public function Contains (
   item : DataControlField
) : Boolean;

Parameters

item
A DataControlField to search for in the collection.

Return Value

This property accepts or returns only a boolean value: true if the collection contains the specified item; otherwise, false.

Remarks

Use the Contains method to determine whether the DataControlField specified by the item parameter is in the collection.

See Also

DataControlFieldCollection Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph