This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDataSourceDesign Interface > ISchematicDataSourceDesign.CreateSchematicRecordsetFromTable Method (ArcObjects .NET 10.4 SDK) |
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