ArcGIS Pro 2.6 API Reference Guide
FindStandaloneTables Method (Map)
Example 

ArcGIS.Desktop.Mapping Namespace > Map Class : FindStandaloneTables Method
Name of the standalone table
Finds standalone tables by name.
Syntax
public IReadOnlyList<StandaloneTable> FindStandaloneTables( 
   string name
)
Public Function FindStandaloneTables( _
   ByVal name As String _
) As IReadOnlyList(Of StandaloneTable)

Parameters

name
Name of the standalone table

Return Value

A read only list of Standalone Tables
Example
Find a standalone table.
IReadOnlyList<StandaloneTable> tables = aMap.FindStandaloneTables("addresses");
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Map Class
Map Members