Record.Values
This commit is contained in:
@@ -22,7 +22,7 @@ namespace WebAPI.Exports
|
||||
List<IList<object>> data = new List<IList<object>>() { new List<object>() { layer.Name!, layer.Number! } };
|
||||
foreach (Record record in layer.Records!)
|
||||
{
|
||||
data.Add(new List<object> { record.Code!, record.Value });
|
||||
data.Add(new List<object> { record.Code!, record.Value1! });
|
||||
}
|
||||
|
||||
Google.Apis.Drive.v3.Data.File body = new Google.Apis.Drive.v3.Data.File();
|
||||
|
||||
Reference in New Issue
Block a user