DataBindingCollection.Contains Method
.NET Framework 3.0
Determines whether the data-binding collection contains a specific DataBinding object.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean Contains ( String propertyName )
public function Contains ( propertyName : String ) : boolean
Not applicable.
Parameters
- propertyName
The name of the object to locate in the collection.
Return Value
true if the DataBindingCollection contains an element with the specified name; otherwise, false.Community Additions
ADD
Show: