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;
This property accepts or returns only a boolean value: true if the collection contains the specified item; otherwise, false.
Use the Contains method to determine whether the DataControlField specified by the item parameter is in the collection.
DataControlFieldCollection Members
© 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