SqlHelpers Class
Collapse the table of content
Expand the table of content

SqlHelpers Class

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. ]

Provides helper methods for operations that match string patterns.

System::Object
  System.Data.Linq.SqlClient::SqlHelpers

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

No code example is currently available or this language may not be supported.

The SqlHelpers type exposes the following members.

  NameDescription
Public methodStatic memberGetStringContainsPatternInfrastructure. Creates a search pattern string where the specified text can have other text before and following it.
Public methodStatic memberGetStringEndsWithPatternInfrastructure. Creates a search pattern string where the specified text can have other text before it but not following it.
Public methodStatic memberGetStringStartsWithPatternInfrastructure. Creates a search pattern string where the specified text can have other text after it but not before it.
Public methodStatic memberTranslateVBLikePatternInfrastructure. Translates a search pattern for the Visual Basic Like operator to a search pattern for the SQL Server LIKE operator.
Top

Windows Phone OS

Supported in: 8.1, 8.0

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft