SqlType DateTypeList Property Nemiro.Data.dll
List of date/time 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[] DateTypeList { get; }

Property Value

Type:  SqlDbType 
Remarks

Contains:

  • SqlDbType.Date
  • SqlDbType.DateTime
  • SqlDbType.DateTime2
  • SqlDbType.DateTimeOffset
  • SqlDbType.SmallDateTime
  • SqlDbType.Time

See Also