The following tables list the members exposed by DataReader.
Name | Description | |
---|---|---|
CurrentName | Gets the name of the property that are located at the current dataset position. | |
CurrentValue | Gets the current value of the property that are located at the current dataset position. |
Name | Description | |
---|---|---|
Close | Closes the current DataReader instance. | |
Dispose | Deletes, releases and resets resources. Cancels the Finalize() call for this instance. | |
GetBoolValue | Gets the System.Boolean instance that corresponds to the property/attribute value located at the current dataset position. | |
GetDateTimeValue | Gets the System.DateTime instance that corresponds to the property/attribute value located at the current dataset position. | |
GetDoubleValue | Gets the System.Double instance that corresponds to the property/attribute value located at the current dataset position. | |
GetEnumValue<TValue> | Gets the enumeration member that corresponds to the property/attribute value located at the current dataset position. | |
GetGuidValue | Gets the System.Guid instance that corresponds to the property/attribute value located at the current dataset position. | |
GetIntValue | Gets the System.Int32 instance that corresponds to the property/attribute value, | |
GetLocalizableStringValue | Gets the LocalizableString instance that corresponds to the property/attribute value located at the current dataset position. | |
GetSerialazebleObjectValue | Gets the value of the serialized property/attribute in the current dataset position, coerced to the specified type. | |
GetSerializableObjectValue | Overloaded. | |
GetStreamValue | Overloaded. | |
GetStringValue | Gets the string presentation of the property/attribute value that are located at the current dataset position. | |
GetValue | Overloaded. | |
HasValue | Indicates that there is a value to read in the current position of the data set. | |
Read | Moves the current position in the data set to the next property/attribute of the current nesting level. | |
ReadInto | Moves the current position in the data set to one nesting level down. | |
ReadNextCollectionItem | Moves the current position in the collection ro the next element. | |
ReadOut | Moves the current position in the data set to one nesting level up. |