Show / Hide Table of Contents

Method AsSqlNChar

| Improve this Doc View Source

AsSqlNChar(_String, Int32)

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

Declaration
public static _String AsSqlNChar(this _String column, int size)
Parameters
Type Name Description
_String column

The column.

System.Int32 size

The size of the data type.

Returns
Type Description
_String

This column for fluent coding.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest