This document is archived and information here might be outdated. Recommended version. |
Indicates whether the variable is a dataset.
[Visual Basic .NET]
Public Property IsDataset As Boolean
[C#]
public bool IsDataset {get; set;}
[C++]
HRESULT get_IsDataset(
VARIANT_BOOL pbIsDataset
);
[C++]
HRESULT put_IsDataset(
Boolean* pbIsDataset
);
[C++] Parameters pbIsDataset [in]
pbIsDataset is a parameter of type bool pbIsDataset [out, retval]
pbIsDataset is a parameter of type bool*