This document is archived and information here might be outdated.  Recommended version.


IPlugInWorkspaceFactoryHelper.CanSupportSQL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInWorkspaceFactoryHelper Interface > IPlugInWorkspaceFactoryHelper.CanSupportSQL Property
ArcGIS Developer Help

IPlugInWorkspaceFactoryHelper.CanSupportSQL Property

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*

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.

See Also

IPlugInWorkspaceFactoryHelper Interface