The following tables list the members exposed by XmlDataReader.
Name | Description | |
---|---|---|
![]() | XmlDataReader Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CurrentName | Overridden. Returns the name of the current attribute. |
![]() | CurrentValue | Overridden. Returns the value of the current attribute. |
Name | Description | |
---|---|---|
![]() | Close | Overridden. Closes the current XmlDataReader instance. |
![]() | GetBoolValue | Overridden. Returns the value of the current attribute of the System.Boolean type. |
![]() | GetDateTimeValue | Overridden. Returns the value of the current attribute of the System.DateTime type. |
![]() | GetDoubleValue | Overridden. Returns the value of the current attribute of the System.Double type. |
![]() | GetEnumValue<TValue> | Overridden. Gets the enumeration element that corresponds to the value of the current attribute. |
![]() | GetGuidValue | Overridden. Returns the value of the current attribute of the System.Guid type. |
![]() | GetIntValue | Overridden. Returns the value of the current attribute of the System.Int32 type. |
![]() | GetLocalizableStringValue | Overridden. Returns the value of the current attribute of the LocalizableString type. |
![]() | GetSerialazebleObjectValue | Overridden. |
![]() | GetSerializableObjectValue | Overloaded. Overridden. |
![]() | GetStreamValue | Overloaded. Overridden. |
![]() | GetStringValue | Overridden. Gets the string presentation of the attribute value that are located at the current dataset position. |
![]() | GetValue | Overloaded. Overridden. |
![]() | Read | Overridden. Moves the current position in the data set to the next attribute of the current nesting level. |
![]() | ReadInto | Overridden. Moves the current position in the data set to one nesting level down. |
![]() | ReadNextCollectionItem | Overridden. The method is not implemented. |
![]() | ReadOut | Overridden. Moves the current position in the data set to one nesting level up. |