ErrorManager.Find Method (ErrorsPredicate, Object)

Retrieves a DataSchemaError snapshot based on calls to a specified predicate.

Namespace:  Microsoft.Data.Schema.Common
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function Find ( _
    predicate As ErrorsPredicate, _
    category As Object _
) As IList(Of DataSchemaError)
'Usage
Dim instance As ErrorManager
Dim predicate As ErrorsPredicate
Dim category As Object
Dim returnValue As IList(Of DataSchemaError)

returnValue = instance.Find(predicate, _
    category)
public IList<DataSchemaError> Find(
    ErrorsPredicate predicate,
    Object category
)
public:
IList<DataSchemaError^>^ Find(
    ErrorsPredicate^ predicate, 
    Object^ category
)
public function Find(
    predicate : ErrorsPredicate, 
    category : Object
) : IList<DataSchemaError>
member Find : 
        predicate:ErrorsPredicate * 
        category:Object -> IList<DataSchemaError> 

Parameters

Return Value

Type: System.Collections.Generic.IList<DataSchemaError>

.NET Framework Security

See Also

Reference

ErrorManager Class

ErrorManager Members

Find Overload

Microsoft.Data.Schema.Common Namespace