C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowDataReader Class


C1ServiceNowDataReader Class Methods

For a list of all members of this type, see C1ServiceNowDataReader members.

Public Methods
 NameDescription
Public MethodCloses the C1.DataConnector.AdoNet.C1DataReader object (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Public Method (Inherited from System.MarshalByRefObject)
Public Method Gets the value of the specified column as a Boolean. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the value of the specified column as a Byte. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Writes in the passed buffer a number of bytes read from within a column. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the value of the specified column as a single character. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Writes in the passed buffer a number of characters read from within a column. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets a string representing the data type of the specified column. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the value of the specified column as a DateTime object. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the value of the specified column as a Decimal object. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the value of the specified column as a double-precision floating point number. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the data type of the specified column. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Public Method (Inherited from System.Data.Common.DbDataReader)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
Public Method Gets the value of the specified column as a single-precision floating point number. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the value of the specified column as a globally unique identifier (GUID). (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the value of the specified column as a 16-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the value of the specified column as a 32-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method Gets the value of the specified column as a 64-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method (Inherited from System.MarshalByRefObject)
Public Method Gets the name of the column, given the zero-based column ordinal. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Public Method Gets the column ordinal given the name of the column. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Public MethodOverridden.  Schema information in ServiceNow is difficult to map into .NET conventions, so a lot of work must be done to gather the necessary information so it can be represented in an ADO.NET manner.  
Public Method (Inherited from System.Data.Common.DbDataReader)
Public Method Gets the value of the specified column as a string. (Inherited from C1.DataConnector.C1DataReaderBase)
Public Method (Inherited from System.Data.Common.DbDataReader)
Public MethodGets the value of the specified column as an instance of System.Object. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Public Method Populates an array of objects with the column values of the current row. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Public Method (Inherited from System.MarshalByRefObject)
Public Method Gets a boolean for whether the specified column is missing a value or not/false. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
Public Method Advances the reader to the next result when reading the results of a batch of statements. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
Public Method Advances the reader to the next record in a result set. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Public MethodOverloaded. An asynchronous version of Read method. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Data.Common.DbDataReader)
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Top
See Also