SqlCeDataReader Methods

Include Protected Members
Include Inherited Members

The SqlCeDataReader type exposes the following members.

Methods

  Name Description
Public method Close Closes the SqlCeDataReader object. (Overrides DbDataReader.Close().)
Public method CreateObjRef (inherited from MarshalByRefObject)
Public method Dispose() Infrastructure. Releases the resources consumed by this SqlCeDataReader.
Protected method Dispose(Boolean) Releases the unmanaged resources used by this SqlCeDataReader, and optionally releases the managed resources as well. (Overrides DbDataReader.Dispose(Boolean).)
Public method Equals (inherited from Object)
Protected method Finalize Releases unmanaged resources and performs other cleanup operations before the SqlCeDataReader is reclaimed by garbage collection. (Overrides Object.Finalize().)
Public method GetBoolean Gets the value of the specified column as a Boolean. (Overrides DbDataReader.GetBoolean(Int32).)
Public method GetByte Gets the value of the specified column as a byte. (Overrides DbDataReader.GetByte(Int32).)
Public method GetBytes Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. (Overrides DbDataReader.GetBytes(Int32, Int64, array<Byte[], Int32, Int32).)
Public method GetChar Not supported in the .NET Compact Framework Data Provider for SQL Server Compact. (Overrides DbDataReader.GetChar(Int32).)
Public method GetChars Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. (Overrides DbDataReader.GetChars(Int32, Int64, array<Char[], Int32, Int32).)
Public method GetData (inherited from DbDataReader)
Public method GetDataTypeName Gets the name of the source data type. (Overrides DbDataReader.GetDataTypeName(Int32).)
Public method GetDateTime Gets the value of the specified column as a DateTime object. (Overrides DbDataReader.GetDateTime(Int32).)
Protected method GetDbDataReader (inherited from DbDataReader)
Public method GetDecimal Gets the value of the specified column as a Decimal object. (Overrides DbDataReader.GetDecimal(Int32).)
Public method GetDouble Gets the value of the specified column as a double-precision floating point number. (Overrides DbDataReader.GetDouble(Int32).)
Public method GetEnumerator Infrastructure. (Overrides DbDataReader.GetEnumerator().)
Public method GetFieldType Gets the Type that is the data type of the object. (Overrides DbDataReader.GetFieldType(Int32).)
Public method GetFloat Gets the value of the specified column as a single-precision floating point number. (Overrides DbDataReader.GetFloat(Int32).)
Public method GetGuid Gets the value of the specified column as a globally unique identifier (GUID). (Overrides DbDataReader.GetGuid(Int32).)
Public method GetHashCode (inherited from Object)
Public method GetInt16 Gets the value of the specified column as a 16-bit signed integer. (Overrides DbDataReader.GetInt16(Int32).)
Public method GetInt32 Gets the value of the specified column as a 32-bit signed integer. (Overrides DbDataReader.GetInt32(Int32).)
Public method GetInt64 Gets the value of the specified column as a 64-bit signed integer. (Overrides DbDataReader.GetInt64(Int32).)
Public method GetLifetimeService (inherited from MarshalByRefObject)
Public method GetName Gets the name of the specified column. (Overrides DbDataReader.GetName(Int32).)
Public method GetOrdinal Gets the column ordinal, given the name of the column. (Overrides DbDataReader.GetOrdinal(String).)
Public method GetProviderSpecificFieldType Gets a Object that is a representation of the underlying provider-specific field type. (Overrides DbDataReader.GetProviderSpecificFieldType(Int32).)
Public method GetProviderSpecificValue (inherited from DbDataReader)
Public method GetProviderSpecificValues (inherited from DbDataReader)
Public method GetSchemaTable Returns a DataTable that describes the column metadata of the SqlCeDataReader. (Overrides DbDataReader.GetSchemaTable().)
Public method GetSqlBinary Gets the value of the specified column as a SqlBinary.
Public method GetSqlBoolean Gets the value of the specified column as a SqlBoolean.
Public method GetSqlByte Gets the value of the specified column as a SqlByte.
Public method GetSqlDateTime Gets the value of the specified column as a SqlDateTime.
Public method GetSqlDecimal Gets the value of the specified column as a SqlDecimal.
Public method GetSqlDouble Gets the value of the specified column as a SqlDouble.
Public method GetSqlGuid Gets the value of the specified column as a SqlGuid.
Public method GetSqlInt16 Gets the value of the specified column as a SqlInt16.
Public method GetSqlInt32 Gets the value of the specified column as a SqlInt32.
Public method GetSqlInt64 Gets the value of the specified column as a SqlInt64.
Public method GetSqlMoney Gets the value of the specified column as a SqlMoney.
Public method GetSqlSingle Gets the value of the specified column as a SqlSingle.
Public method GetSqlString Gets the value of the specified column as a SqlString.
Public method GetString Gets the value of the specified column as a string. (Overrides DbDataReader.GetString(Int32).)
Public method GetType (inherited from Object)
Public method GetValue Gets the value of the column at the specified ordinal in its native format. (Overrides DbDataReader.GetValue(Int32).)
Public method GetValues Gets all the attribute columns in the current row. (Overrides DbDataReader.GetValues(array<Object[]).)
Public method InitializeLifetimeService (inherited from MarshalByRefObject)
Protected method IsCommandBehavior Determines whether the specified CommandBehavior matches that of this SqlCeDataReader.
Public method IsDBNull Gets a value indicating whether the column contains nonexistent or missing values. (Overrides DbDataReader.IsDBNull(Int32).)
Protected method MemberwiseClone() (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Public method NextResult Not supported in the .NET Compact Framework Data Provider for SQL Server Compact. (Overrides DbDataReader.NextResult().)
Protected method OnMove Infrastructure.
Public method Read Advances SqlCeDataReader to the next record. (Overrides DbDataReader.Read().)
Public method Seek Places the SqlCeDataReader on the record with indexed values that match the specified parameters.
Public method ToString (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDataRecord.GetData (inherited from DbDataReader)

Top

See Also

Reference

SqlCeDataReader Class

System.Data.SqlServerCe Namespace