List Tables Result
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListTablesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListTablesResult()()()() | Initializes a new instance of the ListTablesResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | LastEvaluatedTableName | 
            The name of the last table in the current list. Use this value as the ExclusiveStartTableName in a new request to continue the list
            until all the table names are returned. If this value is null, all table names have been returned.
             
             Constraints: | 
|  | TableNames | |
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLastEvaluatedTableName(String) | Obsolete. 
            Sets the LastEvaluatedTableName property
             | 
|  | WithTableNames(array<String>[]()[][]) | Obsolete. 
            Adds elements to the TableNames collection
             | 
|  | WithTableNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the TableNames collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListTablesResult |