Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

DataReader - класс Члены  Смотри также  Terrasoft.Common - пространство имен : DataReader - класс C#

Glossary Item Box

The base class for the classes that implement sequential reading of the data.

Синтаксис

public abstract class DataReader 

Тип DataReader предоставляет следующие члены.

Cвойства

 ИмяОписание
Public - свойствоCurrentNameGets the name of the property that are located at the current dataset position.  
Public - свойствоCurrentValueGets the current value of the property that are located at the current dataset position.  

Методы

 ИмяОписание
Public - методCloseCloses the current DataReader instance.  
Public - методDisposeDeletes, releases and resets resources. Cancels the Finalize() call for this instance.  
Public - методGetBoolValueGets the System.Boolean instance that corresponds to the property/attribute value located at the current dataset position.  
Public - методGetDateTimeValueGets the System.DateTime instance that corresponds to the property/attribute value located at the current dataset position.  
Public - методGetDoubleValueGets the System.Double instance that corresponds to the property/attribute value located at the current dataset position.  
Public - методGetEnumValue<TValue>Gets the enumeration member that corresponds to the property/attribute value located at the current dataset position.  
Public - методGetGuidValueGets the System.Guid instance that corresponds to the property/attribute value located at the current dataset position.  
Public - методGetIntValueGets the System.Int32 instance that corresponds to the property/attribute value,  
Public - методGetLocalizableStringValueGets the LocalizableString instance that corresponds to the property/attribute value located at the current dataset position.  
Public - методGetSerialazebleObjectValueGets the value of the serialized property/attribute in the current dataset position, coerced to the specified type.  
Public - методGetSerializableObjectValueПерегружен.   
Public - методGetStreamValueПерегружен.   
Public - методGetStringValueGets the string presentation of the property/attribute value that are located at the current dataset position.  
Public - методGetValueПерегружен.   
Public - методReadMoves the current position in the data set to the next property/attribute of the current nesting level.  
Public - методReadIntoMoves the current position in the data set to one nesting level down.  
Public - методReadNextCollectionItemMoves the current position in the collection ro the next element.  
Public - методReadOutMoves the current position in the data set to one nesting level up.  

Иерархия наследования

System.Object
   Terrasoft.Common.DataReader
      Terrasoft.Common.JsonDataReader
      Terrasoft.Common.XmlDataReader

Смотри также

© Terrasoft 2002-2017.