This document is archived and information here might be outdated.  Recommended version.


ITableNameSet.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITableNameSet.Add Method

Add table to set.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Name As String, _
    ByVal TableName As IDatasetName _
)
[C#]
public void Add (
    string Name,
    IDatasetName TableName
);
[C++]
HRESULT Add(
  BSTR Name,
  IDatasetName* TableName
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR TableName [in]
TableName is a parameter of type IDatasetName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITableNameSet Interface