Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function Find ( _
    predicate As Predicate(Of DataSchemaError), _
    category As Object _
) As IList(Of DataSchemaError)
public IList<DataSchemaError> Find(
    Predicate<DataSchemaError> predicate,
    Object category
)
public:
IList<DataSchemaError^>^ Find(
    Predicate<DataSchemaError^>^ predicate, 
    Object^ category
)
member Find : 
        predicate:Predicate<DataSchemaError> * 
        category:Object -> IList<DataSchemaError> 
public function Find(
    predicate : Predicate<DataSchemaError>, 
    category : Object
) : IList<DataSchemaError>
Parameters
- predicate
 Type: System.Predicate<DataSchemaError>
- category
 Type: System.Object
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.