Sdílet prostřednictvím


SqliteDbFunctionsExtensions.Glob(DbFunctions, String, String) Metoda

Definice

Mapuje na funkci SQLite glob , která je podobná Like(DbFunctions, String, String) funkci, ale místo toho používá syntaxi globbing systému souborů.

public static bool Glob (this Microsoft.EntityFrameworkCore.DbFunctions _, string matchExpression, string pattern);
static member Glob : Microsoft.EntityFrameworkCore.DbFunctions * string * string -> bool
<Extension()>
Public Function Glob (_ As DbFunctions, matchExpression As String, pattern As String) As Boolean

Parametry

_
DbFunctions

Instance DbFunctions.

matchExpression
String

Řetězec, který se má shodovat.

pattern
String

Vzor, který může zahrnovat zástupné znakůy *,?,[,^,-,].

Návraty

true pokud existuje shoda.

Poznámky

Další informace a příklady najdete v tématech Databázové funkce a Přístup k databázím SQLite pomocí EF Core .

Platí pro