public virtual int Fill(DataSetservices.Jobs_detailsDataTable dataTable,
global::System.Nullable<global::System.String> fromdate,
global::System.Nullable<global::System.DateTime> todate)
我在 C# 中编写了上面的代码dataset.xsd
,但它抛出了一个错误:
错误 1
类型“字符串”必须是不可为空的值类型,才能将其用作泛型类型或方法“System.Nullable”中的参数“T”
建议我如何使用字符串,因为我想使用字符串而不是别的