GetStringStartsWithPattern Method
Collapse the table of content
Expand the table of content

SqlHelpers.GetStringStartsWithPattern Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a search pattern string where the specified text can have other text after it but not before it.

Namespace:  System.Data.Linq.SqlClient
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public static string GetStringStartsWithPattern(
	string text,
	char escape
)

Parameters

text
Type: System.String
The string to insert into the search pattern string.
escape
Type: System.Char
The character to use to escape wildcard characters.

Return Value

Type: System.String
A search pattern string that contains the specified string followed by the '%' character.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft