C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / MasterDetailRelationCollection Class / Contains Method
The MasterDetailRelation to locate.

In This Topic
Contains Method (MasterDetailRelationCollection)
In This Topic
Determines whether the collection contains a specific MasterDetailRelation object.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As MasterDetailRelation _
) As System.Boolean
 

Parameters

value
The MasterDetailRelation to locate.

Return Value

true if the collection contains the specified field; otherwise, false.
See Also