Click or drag to resize
XmlExtensionMethodsReadCDataElement Method
Reads a CData element. It assumes reader is positioned on the start element of the CData element

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string ReadCDataElement(
	this XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The reader.

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type XmlReader. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
Advances the reader to the next element following the CData element.
See Also