SqlType StringTypeList Property Nemiro.Data.dll
List of strings types.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public static SqlDbType[] StringTypeList { get; }

Property Value

Type:  SqlDbType 
Remarks

Contains:

  • SqlDbType.VarChar
  • SqlDbType.NVarChar
  • SqlDbType.Text
  • SqlDbType.NText
  • SqlDbType.Char
  • SqlDbType.NChar

See Also