This document is archived and information here might be outdated. Recommended version. |
Removes a column definition from the dataset definition.
[Visual Basic .NET]
Public Sub removeColumnDefinition ( _
ByRef pcName As String _
)
[C#]
public void removeColumnDefinition (
ref string pcName
);
[C++]
HRESULT removeColumnDefinition(
System.String* pcName
);
[C++] Parameters pcName [in]
pcName is a parameter of type BSTR*