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(
VARIANT_BOOL* CanSupportSQL
);
[C++]Parameters
CanSupportSQL [out, retval] CanSupportSQL is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.