Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CosmosDbFunctionsExtensions.FullTextContains Method
Definition
- Namespace:
- Microsoft.EntityFrameworkCore
- Assembly:
- Microsoft.EntityFrameworkCore.Cosmos.dll
- Package:
- Microsoft.EntityFrameworkCore.Cosmos v10.0.0
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if the specified property contains the given keyword using full-text search.
public static bool FullTextContains(this Microsoft.EntityFrameworkCore.DbFunctions _, string property, string keyword);
static member FullTextContains : Microsoft.EntityFrameworkCore.DbFunctions * string * string -> bool
<Extension()>
Public Function FullTextContains (_ As DbFunctions, property As String, keyword As String) As Boolean
Parameters
The DbFunctions instance.
- property
- String
The property to search.
- keyword
- String
The keyword to search for.
Returns
true if the property contains the keyword; otherwise, false.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework
Feedback
Was this page helpful?
