This document is archived and information here might be outdated. Recommended version. |
Opens a dataset helper for the dataset identified by localName.
[Visual Basic .NET] Public Function OpenDataset ( _ ByVal localName As String _ ) As IPlugInDatasetHelper
[C#] public IPlugInDatasetHelper OpenDataset ( string localName );
[C++]
HRESULT OpenDataset(
BSTR localName
);
[C++] Parameters localName [in]
localName is a parameter of type BSTR
Creates and initializes an instance of the dataset helper class and returns its IPlugInDatasetHelper pointer. If localName is not a local name of a dataset, the method should fail and return a null pointer.