This document is archived and information here might be outdated. Recommended version. |
Returns whether the given object is a dataset.
[Visual Basic .NET]
Public Function IsDatasetType ( _
ByVal pUnknown As Object _
) As Boolean
[C#]
public bool IsDatasetType (
object pUnknown
);
[C++]
HRESULT IsDatasetType(
LPUNKNOWN pUnknown
);
[C++] Parameters pUnknown [in]
pUnknown is a parameter of type IUnknown