Exemple #1
0
 /// <summary>
 /// Constructor for specifying a datetimeoffset with a scale. Use <see cref="SqlTypeFactory.GetDateTimeOffset"/>.
 /// </summary>
 /// <param name="sqlType">The sql type to use for the type.</param>
 public DateTimeOffsetType(DateTimeOffsetSqlType sqlType) : base(sqlType)
 {
 }
 /// <summary>
 /// Constructor for specifying a datetimeoffset with a scale. Use <see cref="SqlTypeFactory.GetDateTimeOffset"/>.
 /// </summary>
 /// <param name="sqlType">The sql type to use for the type.</param>
 public EnhancedDateTimeOffsetType(DateTimeOffsetSqlType sqlType) : base(sqlType)
 {
 }