SqlServerDbFunctionsExtensions.FreeText Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
FreeText(DbFunctions, String, String, Int32) |
Stub del metodo DbFunction che può essere usato nelle query LINQ per specificare come destinazione la funzione dell'archivio FREETEXT SQL Server. |
FreeText(DbFunctions, Object, String, Int32) |
Stub del metodo DbFunction che può essere usato nelle query LINQ per specificare come destinazione la funzione di archiviazione SQL Server |
FreeText(DbFunctions, Object, String) |
Stub del metodo DbFunction che può essere usato nelle query LINQ per specificare come destinazione la funzione di archiviazione SQL Server |
FreeText(DbFunctions, String, String) |
Stub del metodo DbFunction che può essere usato nelle query LINQ per specificare come destinazione la funzione dell'archivio FREETEXT SQL Server. |
FreeText(DbFunctions, String, String, Int32)
Stub del metodo DbFunction che può essere usato nelle query LINQ per specificare come destinazione la funzione dell'archivio FREETEXT SQL Server.
public static bool FreeText (this Microsoft.EntityFrameworkCore.DbFunctions _, string propertyReference, string freeText, int languageTerm);
static member FreeText : Microsoft.EntityFrameworkCore.DbFunctions * string * string * int -> bool
<Extension()>
Public Function FreeText (_ As DbFunctions, propertyReference As String, freeText As String, languageTerm As Integer) As Boolean
Parametri
Istanza di DbFunctions
- propertyReference
- String
Proprietà in cui verrà eseguita la ricerca.
- freeText
- String
Testo che verrà cercato nella proprietà .
- languageTerm
- Int32
ID lingua della tabella sys.syslanguages.
Restituisce
Commenti
Questo metodo DbFunction non ha implementazioni in memoria e genererà se la query passa alla valutazione client. Ciò può verificarsi se la query contiene una o più espressioni che non è stato possibile convertire nell'archivio.
Si applica a
FreeText(DbFunctions, Object, String, Int32)
Stub del metodo DbFunction che può essere usato nelle query LINQ per specificare come destinazione la funzione di archiviazione SQL ServerFREETEXT
.
public static bool FreeText (this Microsoft.EntityFrameworkCore.DbFunctions _, object propertyReference, string freeText, int languageTerm);
static member FreeText : Microsoft.EntityFrameworkCore.DbFunctions * obj * string * int -> bool
<Extension()>
Public Function FreeText (_ As DbFunctions, propertyReference As Object, freeText As String, languageTerm As Integer) As Boolean
Parametri
Istanza di DbFunctions.
- propertyReference
- Object
Proprietà in cui verrà eseguita la ricerca.
- freeText
- String
Testo che verrà cercato nella proprietà .
- languageTerm
- Int32
ID lingua della sys.syslanguages
tabella.
Restituisce
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
FreeText(DbFunctions, Object, String)
Stub del metodo DbFunction che può essere usato nelle query LINQ per specificare come destinazione la funzione di archiviazione SQL ServerFREETEXT
.
public static bool FreeText (this Microsoft.EntityFrameworkCore.DbFunctions _, object propertyReference, string freeText);
static member FreeText : Microsoft.EntityFrameworkCore.DbFunctions * obj * string -> bool
<Extension()>
Public Function FreeText (_ As DbFunctions, propertyReference As Object, freeText As String) As Boolean
Parametri
Istanza di DbFunctions.
- propertyReference
- Object
Proprietà in cui verrà eseguita la ricerca.
- freeText
- String
Testo che verrà cercato nella proprietà .
Restituisce
Commenti
Per altre informazioni ed esempi, vedere Funzioni di databasee Accesso a SQL Server e Azure SQL database con EF Core.
Si applica a
FreeText(DbFunctions, String, String)
Stub del metodo DbFunction che può essere usato nelle query LINQ per specificare come destinazione la funzione dell'archivio FREETEXT SQL Server.
public static bool FreeText (this Microsoft.EntityFrameworkCore.DbFunctions _, string propertyReference, string freeText);
static member FreeText : Microsoft.EntityFrameworkCore.DbFunctions * string * string -> bool
<Extension()>
Public Function FreeText (_ As DbFunctions, propertyReference As String, freeText As String) As Boolean
Parametri
Istanza di DbFunctions
- propertyReference
- String
Proprietà in cui verrà eseguita la ricerca.
- freeText
- String
Testo che verrà cercato nella proprietà .
Restituisce
Commenti
Questo metodo DbFunction non ha implementazioni in memoria e genererà se la query passa alla valutazione client. Ciò può verificarsi se la query contiene una o più espressioni che non è stato possibile convertire nell'archivio.