CosmosPropertyExtensions.GetFullTextSearchLanguage(IReadOnlyProperty) Method
Definition
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.
Returns the full-text search language defined for this property.
public static string? GetFullTextSearchLanguage(this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetFullTextSearchLanguage : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetFullTextSearchLanguage (property As IReadOnlyProperty) As String
Parameters
- property
- IReadOnlyProperty
The property.
Returns
The full-text search language for this property.