ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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
    public System.bool Contains( 
       MasterDetailRelation value
    )

    Parameters

    value
    The MasterDetailRelation to locate.

    Return Value

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