ArcObjects Library Reference (Schematic)  

ISchematicDataSourceDesign.CreateSchematicRecordsetFromTable Method

Creates a schematic recordset from a table name.

[Visual Basic .NET]
Public Function CreateSchematicRecordsetFromTable ( _
    ByVal TableName As String _
) As ISchematicRecordset
[C#]
public ISchematicRecordset CreateSchematicRecordsetFromTable (
    string TableName
);
[C++]
HRESULT CreateSchematicRecordsetFromTable(
  BSTR TableName,
  ISchematicRecordset** SchematicRecordset
);
[C++]

Parameters

TableName [in]   TableName is a parameter of type BSTR SchematicRecordset [out, retval]

  SchematicRecordset is a parameter of type ISchematicRecordset

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDataSourceDesign Interface