1 write to _ds
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
661
_ds
= ds;
25 references to _ds
System.Data.Common (25)
System\Data\XMLSchema.cs (25)
413
DataTable? table =
_ds
!.Tables.GetTable(XmlConvert.DecodeName(typeName), element.QualifiedName.Namespace);
431
DataRelationCollection rels =
_ds
!.Relations;
477
parent =
_ds
.Tables.GetTableSmart(parentName, parentNs);
482
child =
_ds
.Tables.GetTableSmart(childName, childNs);
499
_ds
.Relations.Add(relation);
1287
DataTable? table =
_ds
!.Tables.GetTableSmart(tableName, tableNs);
1398
DataTable? table =
_ds
!.Tables.GetTableSmart(tableName, tableNs);
1445
table =
_ds
!.Tables.GetTable(typeName, _TableUri);
1502
if (!FromInference ||
_ds
.Tables.GetTable(typeName, _TableUri) == null)
1504
_ds
.Tables.Add(table);
1562
table =
_ds
!.Tables.GetTable(XmlConvert.DecodeName(typeName), _TableUri);
1629
_ds
.Tables.Add(table);
2571
_ds
!.Locale = new CultureInfo(value);
2575
_ds
!.Locale = CultureInfo.InvariantCulture;
2583
_ds
!.SetLocaleValue(CultureInfo.CurrentCulture, false);
2588
_ds
!.SetLocaleValue(new CultureInfo(0x409), false);
2605
SetProperties(
_ds
, node.UnhandledAttributes);
2606
SetExtProperties(
_ds
, node.UnhandledAttributes);
2610
_ds
.DataSetName = XmlConvert.DecodeName(dsName);
2613
_ds
.Namespace = dsNamespace;
2616
_ds
.Prefix = GetPrefix(
_ds
.Namespace);
2640
DataTable? tempTable =
_ds
.Tables.GetTable(XmlConvert.DecodeName(GetInstanceName((XmlSchemaElement)el)), node.QualifiedName.Namespace);
2709
List<DataTable> _tableList = new List<DataTable>(
_ds
.Tables.Count);
2714
_ds
.Tables.ReplaceFromInference(_tableList); // replace the list with the one in correct order: BackWard compatibility for inference