7 references to InferTypedSchema
System.Data (7)
fx\src\data\System\Data\DataSet.cs (7)
2179
if (mode == XmlReadMode.
InferTypedSchema
)
2379
(mode != XmlReadMode.
InferTypedSchema
))
2392
(mode != XmlReadMode.
InferTypedSchema
))
2428
(mode != XmlReadMode.
InferTypedSchema
))
2443
(mode != XmlReadMode.
InferTypedSchema
))
2476
if (mode == XmlReadMode.InferSchema || mode == XmlReadMode.
InferTypedSchema
) { //save the node in DOM until the end;
2501
if (mode == XmlReadMode.InferSchema || mode == XmlReadMode.
InferTypedSchema
) {