Show / Hide Table of Contents

Method AsSqlNVarChar

| Improve this Doc View Source

AsSqlNVarChar(_String, Int32)

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

Declaration
public static _String AsSqlNVarChar(this _String column, int size = 4000)
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