Skip to content

Commit

Permalink
Update set-filter-scoped-parameter-value.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waqasm78 authored Dec 7, 2019
1 parent 604d9b3 commit 964c07a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SetFilterScopedParameterValue

SetFilterScopedParameterValue sets the parameter for a filter within the current DbContext scope. Once the DbContext is disposed, this parameter will no longer be in scope and will be removed.
## Description

The `SetFilterScopedParameterValue` sets the parameter for a filter within the current DbContext scope. Once the DbContext is disposed, this parameter will no longer be in scope and will be removed.


```csharp
Expand Down

0 comments on commit 964c07a

Please sign in to comment.