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
 Declaration Syntax| C# | 
public static bool TryLoadTable( AmazonDynamoDB ddbClient, string tableName, out Table table )
 Parameters
 Parameters- ddbClient (AmazonDynamoDB)
- Client to use to access DynamoDB.
- tableName (String)
- Name of the table.
- table (Table%)
- Loaded table.
 Return Value
 Return Value
            True if table was successfully loaded; otherwise false.