diff --git a/entityframework-dynamicfilters.net/pages/documentations/scoped-parameter/set-filter-scoped-parameter-value.md b/entityframework-dynamicfilters.net/pages/documentations/scoped-parameter/set-filter-scoped-parameter-value.md index 08a08d55..9565d15d 100644 --- a/entityframework-dynamicfilters.net/pages/documentations/scoped-parameter/set-filter-scoped-parameter-value.md +++ b/entityframework-dynamicfilters.net/pages/documentations/scoped-parameter/set-filter-scoped-parameter-value.md @@ -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