AWS SDK for .NET Documentation
TryLoadTable Method (ddbClient, tableName, table)
AmazonAmazon.DynamoDBv2.DocumentModelTableTryLoadTable(AmazonDynamoDB, String, Table%) Did this page help you?   Yes   No    Tell us about it...
Creates a Table object with the specified name, using the passed-in client to load the table definition. This method will return false if the table does not exist.
Declaration Syntax
C#
public static bool TryLoadTable(
	AmazonDynamoDB ddbClient,
	string tableName,
	out Table table
)
Parameters
ddbClient (AmazonDynamoDB)
Client to use to access DynamoDB.
tableName (String)
Name of the table.
table (Table%)
Loaded table.
Return Value
True if table was successfully loaded; otherwise false.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)