This document is archived and information here might be outdated. Recommended version. |
Indicates whether datasets of this type can process SQL queries.
[Visual Basic .NET]
Public ReadOnly Property CanSupportSQL As Boolean
[C#]
public bool CanSupportSQL {get;}
[C++]
HRESULT get_CanSupportSQL(
Boolean* CanSupportSQL
);
[C++] Parameters CanSupportSQL [out, retval]
CanSupportSQL is a parameter of type bool*
Should return true if the data access library can process where clauses. If this returns true, workspace factory helpers returned by OpenWorkspace should implement ISQLSyntax.