Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 427 Bytes

File metadata and controls

16 lines (10 loc) · 427 Bytes

SqlServer2008Dialect.UseDateTime2 property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether use datetime2 type.

public override bool UseDateTime2 { get; }

Property Value

true if use datetime2; otherwise, false.

See Also