This document is archived and information here might be outdated. Recommended version. |
Initializes the field map object using the field information from the given table/workspace.
[Visual Basic .NET] Public Sub Initialize ( _ ByVal DETables As IArray, _ ByVal Workspace As IWorkspace _ )
[C#] public void Initialize ( IArray DETables, IWorkspace Workspace );
[C++]
HRESULT Initialize(
IArray* DETables,
IWorkspace* Workspace
);
[C++] Parameters DETables [in]
DETables is a parameter of type IArray* Workspace [in]
Workspace is a parameter of type IWorkspace*