1 write to TableSchema
System.Data (1)
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
84
this.
TableSchema
= tableSchema;
3 references to TableSchema
System.Data (3)
fx\src\data\System\Data\XmlToDatasetMap.cs (3)
427
if ((lastTableSchemaInfo == null) || (lastTableSchemaInfo.
TableSchema
!= table)) {
446
return tableSchemaInfo.
TableSchema
; // Yes, Return table
456
return lastTableSchemaInfo.
TableSchema
;