Show / Hide Table of Contents

Class ColumnNameType

Column name structure

Inheritance
System.Object
ColumnNameType
Namespace: MESL.SqlRace.Domain.Extensions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class ColumnNameType : ValueType

Properties

Name

Gets or sets the name of the column

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Type

Gets or sets the type of column

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX