Class PrimaryKeySchema
Describes the schema of a single primary key component, as returned by the Data API.
public class PrimaryKeySchema
- Inheritance
-
PrimaryKeySchema
- Inherited Members
Properties
Type
The data type of the primary key column.
[JsonPropertyName("type")]
public string Type { get; set; }