DataReader - класс Члены Смотри также Terrasoft.Common - пространство имен : DataReader - класс C#
Glossary Item Box
public abstract class DataReader
Тип DataReader предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | 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. |
Имя | Описание | |
---|---|---|
![]() | 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 | Перегружен. |
![]() | GetStreamValue | Перегружен. |
![]() | GetStringValue | Gets the string presentation of the property/attribute value that are located at the current dataset position. |
![]() | GetValue | Перегружен. |
![]() | 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. |
System.Object
Terrasoft.Common.DataReader
Terrasoft.Common.JsonDataReader
Terrasoft.Common.XmlDataReader