7 references to GetColumnSchemaForNode
System.Data.Common (7)
System\Xml\DataSetMappper.cs (3)
105
DataColumn? col =
GetColumnSchemaForNode
(rowElem, elem);
265
DataColumn? schema =
GetColumnSchemaForNode
(rowElem, attr);
304
DataColumn? schema =
GetColumnSchemaForNode
(rowElem, e!);
System\Xml\XmlDataDocument.cs (4)
435
Debug.Assert(_mapper.
GetColumnSchemaForNode
(rowElem, node) != null);
772
object? schema = _mapper.
GetColumnSchemaForNode
(rowElement, node);
2502
DataColumn? c = _mapper.
GetColumnSchemaForNode
(rowElement, e);
2527
DataColumn? c = _mapper.
GetColumnSchemaForNode
(rowElement, attr);