Class TableAlias
Single DynamoDB table alias
public class TableAlias
- Inheritance
-
TableAlias
- Inherited Members
Constructors
TableAlias()
Initializes an empty TableAlias object
public TableAlias()
TableAlias(string, string)
Initializes a TableAlias object with specific source and destination tables
public TableAlias(string fromTable, string toTable)
Parameters
Properties
FromTable
Source table
public string FromTable { get; set; }
Property Value
ToTable
Destination table
public string ToTable { get; set; }