11 references to IsFoliated
System.Data (11)
fx\src\data\System\NewXml\DataPointer.cs (1)
76
return((XmlBoundElement)node).
IsFoliated
;
fx\src\data\System\NewXml\XmlDataDocument.cs (6)
584
if ( rowElem.
IsFoliated
) //perf reason, avoid unecessary lock.
838
return((XmlBoundElement)element).
IsFoliated
;
844
return be.
IsFoliated
;
1248
if ( NeedXSI_NilAttr( row ) && !rowElement.
IsFoliated
)
1273
if ( col.ColumnMapping == MappingType.SimpleContent && Convert.IsDBNull( value ) && !rowElement.
IsFoliated
)
1435
if ( be.
IsFoliated
) {
fx\src\data\System\NewXml\XPathNodePointer.cs (4)
469
return((XmlBoundElement)node).
IsFoliated
;
1197
if ( be.
IsFoliated
) {
1277
if ( be.
IsFoliated
) {
1314
if ( be.
IsFoliated
) {