This document is archived and information here might be outdated. Recommended version. |
Indicates if the table supports selection.
[Visual Basic .NET]
Public ReadOnly Property CanSelect As Boolean
[C#]
public bool CanSelect {get;}
[C++]
HRESULT get_CanSelect(
Boolean* CanSelect
);
[C++] Parameters CanSelect [out, retval]
CanSelect is a parameter of type bool*
Use CanSelect to determine if you can open a selection set on the table. A situation where CanSelect will be False is a standalone database table without an OID column.