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
- predicate
Type: Microsoft.Data.Schema.Common.ErrorsPredicate
The specified predicate
- category
Type: System.Object
The category
Return Value
Type: System.Collections.Generic.IList<DataSchemaError>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.