예제 #1
0
 /// <summary>
 /// Constructor for specifying a time with a scale. Use <see cref="SqlTypeFactory.GetTime"/>.
 /// </summary>
 /// <param name="sqlType">The sql type to use for the type.</param>
 public TimeType(TimeSqlType sqlType) : base(sqlType)
 {
 }
예제 #2
0
 /// <summary>
 /// Constructor for specifying a time with a scale. Use <see cref="SqlTypeFactory.GetTime"/>.
 /// </summary>
 /// <param name="sqlType">The sql type to use for the type.</param>
 public TimeAsTimeSpanType(TimeSqlType sqlType) : base(sqlType)
 {
 }