TableInfo

Classes > Nimblesite.Sql.Model > TableInfo

Represents a table in the FROM clause

public sealed record TableInfo : IEquatable<TableInfo>

Constructors

TableInfo

public TableInfo(string Name, string? Alias)

Represents a table in the FROM clause

Parameter Type Description
Name String
Alias String

Properties

Name

public string Name { get; init; }

Alias

public string? Alias { get; init; }