FieldDto
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Represents information about a field in query results.
public
Contents
Constructors (1) | Methods (4) | Properties (3)
Constructors
FieldDto
csharp
FieldDto()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Name
Gets or sets the field name.
Type: string
FieldType
Gets or sets the friendly .NET type name for the field (e.g., "String", "Int32", "List<String>").
Type: string
IsNullable
Gets or sets a value indicating whether the field allows null values.
Type: bool