EdmFunctions.StartsWith(DbExpression, DbExpression) 메서드

정의

결과 형식이 각각 문자열 형식이어야 하는 지정된 인수를 사용하여 정식 'StartsWith' 함수를 호출하는 DbFunctionExpression을 만듭니다. 식의 결과 형식은 부울입니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ StartsWith(System::Data::Common::CommandTrees::DbExpression ^ stringArgument, System::Data::Common::CommandTrees::DbExpression ^ prefix);
public static System.Data.Common.CommandTrees.DbFunctionExpression StartsWith (this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression prefix);
static member StartsWith : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function StartsWith (stringArgument As DbExpression, prefix As DbExpression) As DbFunctionExpression

매개 변수

stringArgument
DbExpression

문자열의 시작에서 검색되는 문자열 prefix을 지정하는 식입니다.

prefix
DbExpression

의 시작 stringArgument부분에 검색되는 대상 문자열을 지정하는 식입니다.

반환

로 시작하는지 여부를 stringArgument 나타내는 부울 값을 반환하는 새 DbFunctionExpression입니다 prefix.

적용 대상