DataSourceInformation.LikeClausePercent Field
Specifies the data source information property that indicates the wildcard character used to capture zero or more characters within values for a LIKE clause in a SQL DML statement.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Const LikeClausePercent As String
public const string LikeClausePercent
public:
literal String^ LikeClausePercent
static val mutable LikeClausePercent: string
public const var LikeClausePercent : 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 "%".
.NET Framework Security
- 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.