Specifies the data source information property that indicates the wildcard character used to capture a single character within values for a LIKE clause in a SQL DML statement.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Const LikeClauseUnderscore As String
'使用
Dim value As String
value = DataSourceInformation.LikeClauseUnderscore
public const string LikeClauseUnderscore
public:
literal String^ LikeClauseUnderscore
public const var LikeClauseUnderscore : String
Field Value
Type: System.String
Remarks
This information is used by the Visual Studio query designer to determine how to parse and validate LIKE clauses in SQL DML statements.
An example value for this property might be "_".
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.