gpt4 book ai didi

c# - SQL Server datetime 和 datetimeoffset 的等效 C# 数据类型是什么?

转载 作者:IT王子 更新时间:2023-10-29 04:05:00 24 4
gpt4 key购买 nike

对于 SQL Server 中的日期数据类型,最合适的等效 C# 数据类型是什么?我特地找

  • 日期
  • 时间
  • 日期时间偏移量

最佳答案

以下是 date 的等效 CLR 数据类型, timedatetimeoffset SQL Server 数据类型:

日期 - DateTime , Nullable<DateTime>
时间 - TimeSpan , Nullable<TimeSpan>
日期时间偏移量 - DateTimeOffset , Nullable<DateTimeOffset>

请注意,您可以在此处找到所有 SQL Server 数据类型及其 CLR 等效项的列表,Mapping CLR Parameter Data

关于c# - SQL Server datetime 和 datetimeoffset 的等效 C# 数据类型是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/655049/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com