1 write to TableSchema
System.Data.Common (1)
System\Data\XmlToDatasetMap.cs (1)
94
TableSchema
= tableSchema;
3 references to TableSchema
System.Data.Common (3)
System\Data\XmlToDatasetMap.cs (3)
463
if ((_lastTableSchemaInfo == null) || (_lastTableSchemaInfo.
TableSchema
!= table))
486
return tableSchemaInfo.
TableSchema
; // Yes, Return table
498
return _lastTableSchemaInfo.
TableSchema
;