ErrorManager.Remove Method (ErrorsPredicate, Object)
Removes errors based on a predicate.
Namespace: Microsoft.Data.Schema.Common
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub Remove ( _
predicate As ErrorsPredicate, _
category As Object _
)
'Usage
Dim instance As ErrorManager
Dim predicate As ErrorsPredicate
Dim category As Object
instance.Remove(predicate, category)
public void Remove(
ErrorsPredicate predicate,
Object category
)
public:
void Remove(
ErrorsPredicate^ predicate,
Object^ category
)
public function Remove(
predicate : ErrorsPredicate,
category : Object
)
member Remove :
predicate:ErrorsPredicate *
category:Object -> unit
Parameters
- predicate
Type: Microsoft.Data.Schema.Common.ErrorsPredicate
The specified predicate
- category
Type: System.Object
The category
.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.