This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInWorkspaceFactoryHelper Interface > IPlugInWorkspaceFactoryHelper.CanSupportSQL Property (ArcObjects .NET 10.5 SDK) |
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
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.