LinqConnect Documentation
Devart.Data.Linq Namespace / SubmitErrorCollection Class / Contains Method
The specified error.

In This Topic
    Contains Method (SubmitErrorCollection)
    In This Topic
    Specifies whether a given error is a member of the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As ObjectSubmitError _
    ) As Boolean
    public bool Contains( 
       ObjectSubmitError item
    )

    Parameters

    item
    The specified error.

    Return Value

    True if the specified error is a member of the collection. Otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also