Share via


CosmosPropertyExtensions.GetFullTextSearchLanguage(IReadOnlyProperty) Method

Definition

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.

Applies to