SqlCeDataReader Members

Provides a way of reading a forward-only stream of data rows from a data source. This class cannot be inherited.

The following tables list the members exposed by the SqlCeDataReader type.

Public Properties

  Name Description
96baa5zy.pubproperty(en-us,VS.90).gif Depth Overridden. Gets a value indicating the depth of nesting for the current row.
96baa5zy.pubproperty(en-us,VS.90).gif FieldCount Overridden. Gets the number of columns in the query's SELECT clause.
96baa5zy.pubproperty(en-us,VS.90).gif HasRows Overridden. Gets a value that indicates whether the SqlCeDataReader contains one or more rows
96baa5zy.pubproperty(en-us,VS.90).gif HiddenFieldCount  
96baa5zy.pubproperty(en-us,VS.90).gif IsClosed Overridden. Indicates whether the data reader is closed.
96baa5zy.pubproperty(en-us,VS.90).gif Item Overloaded. Overridden. Gets the value of a column in its native format.
96baa5zy.pubproperty(en-us,VS.90).gif RecordsAffected Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
96baa5zy.pubproperty(en-us,VS.90).gif VisibleFieldCount  (inherited from DbDataReader )

Top

Public Methods

(see also Protected Methods )

  Name Description
96baa5zy.pubmethod(en-us,VS.90).gif Close Overridden. Closes the SqlCeDataReader object.
96baa5zy.pubmethod(en-us,VS.90).gif CreateObjRef  (inherited from MarshalByRefObject )
96baa5zy.pubmethod(en-us,VS.90).gif Dispose Overloaded.  
96baa5zy.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
96baa5zy.pubmethod(en-us,VS.90).gif GetBoolean Overridden. Gets the value of the specified column as a Boolean.
96baa5zy.pubmethod(en-us,VS.90).gif GetByte Overridden. Gets the value of the specified column as a byte.
96baa5zy.pubmethod(en-us,VS.90).gif GetBytes Overridden. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset.
96baa5zy.pubmethod(en-us,VS.90).gif GetChar Overridden. Not supported in the .NET Compact Framework Data Provider for SQL Server Compact 3.5 SP1.
96baa5zy.pubmethod(en-us,VS.90).gif GetChars Overridden. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
96baa5zy.pubmethod(en-us,VS.90).gif GetData  (inherited from DbDataReader )
96baa5zy.pubmethod(en-us,VS.90).gif GetDataTypeName Overridden. Gets the name of the source data type.
96baa5zy.pubmethod(en-us,VS.90).gif GetDateTime Overridden. Gets the value of the specified column as a DateTime object.
96baa5zy.pubmethod(en-us,VS.90).gif GetDecimal Overridden. Gets the value of the specified column as a Decimal object.
96baa5zy.pubmethod(en-us,VS.90).gif GetDouble Overridden. Gets the value of the specified column as a double-precision floating point number.
96baa5zy.pubmethod(en-us,VS.90).gif GetEnumerator Overridden.  
96baa5zy.pubmethod(en-us,VS.90).gif GetFieldType Overridden. Gets the Type that is the data type of the object.
96baa5zy.pubmethod(en-us,VS.90).gif GetFloat Overridden. Gets the value of the specified column as a single-precision floating point number.
96baa5zy.pubmethod(en-us,VS.90).gif GetGuid Overridden. Gets the value of the specified column as a globally unique identifier (GUID).
96baa5zy.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
96baa5zy.pubmethod(en-us,VS.90).gif GetInt16 Overridden. Gets the value of the specified column as a 16-bit signed integer.
96baa5zy.pubmethod(en-us,VS.90).gif GetInt32 Overridden. Gets the value of the specified column as a 32-bit signed integer.
96baa5zy.pubmethod(en-us,VS.90).gif GetInt64 Overridden. Gets the value of the specified column as a 64-bit signed integer.
96baa5zy.pubmethod(en-us,VS.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
96baa5zy.pubmethod(en-us,VS.90).gif GetName Overridden. Gets the name of the specified column.
96baa5zy.pubmethod(en-us,VS.90).gif GetOrdinal Overridden. Gets the column ordinal, given the name of the column.
96baa5zy.pubmethod(en-us,VS.90).gif GetProviderSpecificFieldType Overridden. Gets a Object that is a representation of the underlying provider-specific field type.
96baa5zy.pubmethod(en-us,VS.90).gif GetProviderSpecificValue  (inherited from DbDataReader )
96baa5zy.pubmethod(en-us,VS.90).gif GetProviderSpecificValues  (inherited from DbDataReader )
96baa5zy.pubmethod(en-us,VS.90).gif GetSchemaTable Overridden. Returns a DataTable that describes the column metadata of the SqlCeDataReader.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlBinary Gets the value of the specified column as a SqlBinary.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlBoolean Gets the value of the specified column as a SqlBoolean.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlByte Gets the value of the specified column as a SqlByte.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlDateTime Gets the value of the specified column as a SqlDateTime.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlDecimal Gets the value of the specified column as a SqlDecimal.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlDouble Gets the value of the specified column as a SqlDouble.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlGuid Gets the value of the specified column as a SqlGuid.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlInt16 Gets the value of the specified column as a SqlInt16.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlInt32 Gets the value of the specified column as a SqlInt32.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlInt64 Gets the value of the specified column as a SqlInt64.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlMoney Gets the value of the specified column as a SqlMoney.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlSingle Gets the value of the specified column as a SqlSingle.
96baa5zy.pubmethod(en-us,VS.90).gif GetSqlString Gets the value of the specified column as a SqlString.
96baa5zy.pubmethod(en-us,VS.90).gif GetString Overridden. Gets the value of the specified column as a string.
96baa5zy.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
96baa5zy.pubmethod(en-us,VS.90).gif GetValue Overridden. Gets the value of the column at the specified ordinal in its native format.
96baa5zy.pubmethod(en-us,VS.90).gif GetValues Overridden. Gets all the attribute columns in the current row.
96baa5zy.pubmethod(en-us,VS.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
96baa5zy.pubmethod(en-us,VS.90).gif IsDBNull Overridden. Gets a value indicating whether the column contains nonexistent or missing values.
96baa5zy.pubmethod(en-us,VS.90).gif NextResult Overridden. Not supported in the .NET Compact Framework Data Provider for SQL Server Compact 3.5 SP1.
96baa5zy.pubmethod(en-us,VS.90).gif Read Overridden. Advances SqlCeDataReader to the next record.
96baa5zy.pubmethod(en-us,VS.90).gif 96baa5zy.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
96baa5zy.pubmethod(en-us,VS.90).gif Seek Places the SqlCeDataReader on the record with indexed values that match the specified parameters.
96baa5zy.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
96baa5zy.protmethod(en-us,VS.90).gif Dispose  Overloaded. (inherited from DbDataReader )
96baa5zy.protmethod(en-us,VS.90).gif Finalize Overridden. Releases unmanaged resources and performs other cleanup operations before the SqlCeDataReader is reclaimed by garbage collection.
96baa5zy.protmethod(en-us,VS.90).gif GetDbDataReader  (inherited from DbDataReader )
96baa5zy.protmethod(en-us,VS.90).gif IsCommandBehavior  
96baa5zy.protmethod(en-us,VS.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )
96baa5zy.protmethod(en-us,VS.90).gif OnMove  

Top

Explicit Interface Implementations

  Name Description
System.Data.IDataRecord.GetData  (inherited from DbDataReader )

Top

See Also

Reference

SqlCeDataReader Class
System.Data.SqlServerCe Namespace