var results = from myRow in dsPac.AsEnumerable()
where myRow.Field<string>("Package_Name").Equals(lblPackageName.Text)
select myRow;
dsPac
包含_
我想选择与Package1712200466
ie对应的数据
当我绑定到 GridView 时,出现以下错误
DataBinding: 'System.Data.DataRow' does not contain a property
with the name 'Holiday_ID'.