1 write to _ds
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
664
_ds
= ds;
25 references to _ds
System.Data.Common (25)
System\Data\XMLSchema.cs (25)
416
DataTable? table =
_ds
!.Tables.GetTable(XmlConvert.DecodeName(typeName), element.QualifiedName.Namespace);
434
DataRelationCollection rels =
_ds
!.Relations;
480
parent =
_ds
.Tables.GetTableSmart(parentName, parentNs);
485
child =
_ds
.Tables.GetTableSmart(childName, childNs);
502
_ds
.Relations.Add(relation);
1291
DataTable? table =
_ds
!.Tables.GetTableSmart(tableName, tableNs);
1402
DataTable? table =
_ds
!.Tables.GetTableSmart(tableName, tableNs);
1449
table =
_ds
!.Tables.GetTable(typeName, _TableUri);
1506
if (!FromInference ||
_ds
.Tables.GetTable(typeName, _TableUri) == null)
1508
_ds
.Tables.Add(table);
1566
table =
_ds
!.Tables.GetTable(XmlConvert.DecodeName(typeName), _TableUri);
1633
_ds
.Tables.Add(table);
2575
_ds
!.Locale = new CultureInfo(value);
2579
_ds
!.Locale = CultureInfo.InvariantCulture;
2587
_ds
!.SetLocaleValue(CultureInfo.CurrentCulture, false);
2592
_ds
!.SetLocaleValue(new CultureInfo(0x409), false);
2609
SetProperties(
_ds
, node.UnhandledAttributes);
2610
SetExtProperties(
_ds
, node.UnhandledAttributes);
2614
_ds
.DataSetName = XmlConvert.DecodeName(dsName);
2617
_ds
.Namespace = dsNamespace;
2620
_ds
.Prefix = GetPrefix(
_ds
.Namespace);
2644
DataTable? tempTable =
_ds
.Tables.GetTable(XmlConvert.DecodeName(GetInstanceName((XmlSchemaElement)el)), node.QualifiedName.Namespace);
2719
List<DataTable> _tableList = new List<DataTable>(
_ds
.Tables.Count);
2724
_ds
.Tables.ReplaceFromInference(_tableList); // replace the list with the one in correct order: BackWard compatibility for inference