Class TableDefinition
Definition for creating a table
public class TableDefinition
- Inheritance
-
TableDefinition
- Inherited Members
- Extension Methods
Properties
PrimaryKey
The primary key definition for this table
[JsonPropertyName("primaryKey")]
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public PrimaryKeyDefinition PrimaryKey { get; set; }