다음을 통해 공유


SqliteDbFunctionsExtensions.Glob(DbFunctions, String, String) 메서드

정의

SQLite glob 함수와 비슷하 Like(DbFunctions, String, String) 지만 대신 파일 시스템 globbing 구문을 사용하는 에 매핑됩니다.

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

매개 변수

_
DbFunctions

DbFunctions 인스턴스입니다.

matchExpression
String

일치시킬 문자열입니다.

pattern
String

와일드카드를 포함할 수 있는 패턴입니다 *,?,[,^,-,].

반환

true 일치하는 항목이 있으면 입니다.

설명

자세한 내용 과 예제는 데이터베이스 함수EF Core를 사용하여 SQLite 데이터베이스 액세스를 참조하세요.

적용 대상