Show / Hide Table of Contents

Method AsSqlVarChar

| Improve this Doc View Source

AsSqlVarChar<T>(T, Int32)

Specifies SQL Server VARCHAR(n) data type for column.

Declaration
public static T AsSqlVarChar<T>(this T column, int size = 8000)

    where T : Column<string>
Parameters
Type Name Description
T column

The column.

System.Int32 size

The size of the data type.

Returns
Type Description
T

This column for fluent coding.

Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest