SqlType NumericTypeList Property Nemiro.Data.dll
List of numerics 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[] NumericTypeList { get; }

Property Value

Type:  SqlDbType 
Remarks

Contains:

  • SqlDbType.Int
  • SqlDbType.BigInt
  • SqlDbType.Float
  • SqlDbType.Money
  • SqlDbType.SmallInt
  • SqlDbType.SmallMoney
  • SqlDbType.TinyInt
  • SqlDbType.Real

See Also