Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a row of updatable values from the data source. A SqlCeResultSet object contains one or more UpdatableRecords.
The following tables list the members exposed by the SqlCeUpdatableRecord type.
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | FieldCount | Returns the number of fields in the specified record. | 
| .gif) | HiddenFieldCount | Returns the number of hidden fields in the record. In SQL Server Compact 3.5 SP1, this property always returns 0. | 
| .gif) | Item | Overloaded. Serves as an indexer to a specific field within the record. | 
| .gif) | Updatable | Specifies whether the field is updatable. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetBoolean | Returns the value of the specified field as bool. | 
| .gif) | GetByte | Returns the value of the specified field as byte. | 
| .gif) | GetBytes | Copies a length of bytes into the buffer, starting at a specified position in the specified field. | 
| .gif) | GetChar | Returns the value of the specified field as char. | 
| .gif) | GetChars | Copies a length of chars into the buffer, starting at a specified position in the specified field. | 
| .gif) | GetData | Returns a SqlCeDataReader positioned on the current record. | 
| .gif) | GetDataTypeName | Returns the datatype name for the specified field. | 
| .gif) | GetDateTime | Returns the value of the specified field as DateTime. | 
| .gif) | GetDecimal | Returns the value of the specified field as decimal. | 
| .gif) | GetDouble | Returns the value of the specified field as double. | 
| .gif) | GetFieldType | Returns the CLR datatype for the specified field. | 
| .gif) | GetFloat | Returns the value of the specified field as float. | 
| .gif) | GetGuid | Returns the value of the specified field as a GUID. | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetInt16 | Returns the value of the specified field as int16. | 
| .gif) | GetInt32 | Returns the value of the specified field as int32. | 
| .gif) | GetInt64 | Returns the value of the specified field as int64. | 
| .gif) | GetName | Returns the name of the specified field. | 
| .gif) | GetOrdinal | Returns the ordinal for the field specified in the passed-in name. | 
| .gif) | GetSqlBinary | Returns the value of the specified field as SqlBinary. | 
| .gif) | GetSqlBoolean | Returns the value of the specified field as SqlBoolean. | 
| .gif) | GetSqlByte | Returns the value of the specified field as SqlByte. | 
| .gif) | GetSqlBytesRef | Returns a reference to the SqlBytes instance that contains the value of the specified field. | 
| .gif) | GetSqlCharsRef | Returns a reference to the SqlChars instance that contains the value of the specified field. | 
| .gif) | GetSqlDateTime | Returns the value of the specified field as SqlDateTime. | 
| .gif) | GetSqlDecimal | Returns the value of the specified field as SqlDecimal. | 
| .gif) | GetSqlDouble | Returns the value of the specified field as SqlDouble. | 
| .gif) | GetSqlGuid | Returns the value of the specified field as SqlGuid. | 
| .gif) | GetSqlInt16 | Returns the value of the specified field as SqlInt16. | 
| .gif) | GetSqlInt32 | Returns the value of the specified field as SqlInt32. | 
| .gif) | GetSqlInt64 | Returns the value of the specified field as SqlInt64. | 
| .gif) | GetSqlMetaData | Returns the value of the specified field as SqlMetaData. | 
| .gif) | GetSqlMoney | Returns the value of the specified field as SqlMoney. | 
| .gif) | GetSqlSingle | Returns the value of the specified field as SqlSingle. | 
| .gif) | GetSqlString | Returns the value of the specified field as SqlString. | 
| .gif) | GetString | Returns the value of the specified field as string. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | GetValue | Returns the value of the specified record. | 
| .gif) | GetValues | Returns the values for all of the fields in a record. | 
| .gif) | IsDBNull | Determines if the specified field is NULL. | 
| .gif) | IsSetAsDefault | Determines if the specified field is marked to use the underlying default value. | 
| .gif)  .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | SetBoolean | Sets the column at the specified index to the passed-in bool value. | 
| .gif) | SetByte | Sets the column at the specified index to the passed-in byte value. | 
| .gif) | SetBytes | Copies a length of bytes from the specified buffer to the specified column, starting at the specified location within that field. | 
| .gif) | SetChar | Sets the column at the specified index to the passed-in char value. | 
| .gif) | SetChars | Copies a length of chars from the specified buffer to the specified field, starting at the specified location within that field. | 
| .gif) | SetDateTime | Sets the column at the specified index to the passed-in DateTime value. | 
| .gif) | SetDecimal | Sets the column at the specified index to the passed-in decimal value. | 
| .gif) | SetDefault | Sets the default value for the specified field. | 
| .gif) | SetDouble | Sets the column at the specified index to the passed-in double value. | 
| .gif) | SetFloat | Sets the column at the specified index to the passed-in float value. | 
| .gif) | SetGuid | Sets the column at the specified index to the passed-in GUID value. | 
| .gif) | SetInt16 | Sets the column at the specified index to the passed-in int16 value. | 
| .gif) | SetInt32 | Sets the column at the specified index to the passed-in int32 value. | 
| .gif) | SetInt64 | Sets the column at the specified index to the passed-in int64 value. | 
| .gif) | SetObjectRef | Sets the value of the specified field by reference rather than by-value. | 
| .gif) | SetSqlBinary | Sets the column at the specified index to the passed-in SqlBinary value. | 
| .gif) | SetSqlBoolean | Sets the column at the specified index to the passed-in SqlBool value. | 
| .gif) | SetSqlByte | Sets the column at the specified index to the passed-in SqlByte value. | 
| .gif) | SetSqlDateTime | Sets the column at the specified index to the passed-in SqlDateTime value. | 
| .gif) | SetSqlDecimal | Sets the column at the specified index to the passed-in SqlDecimal value. | 
| .gif) | SetSqlDouble | Sets the column at the specified index to the passed-in SqlDouble value. | 
| .gif) | SetSqlGuid | Sets the column at the specified index to the passed-in SqlGuid value. | 
| .gif) | SetSqlInt16 | Sets the column at the specified index to the passed-in SqlInt16 value. | 
| .gif) | SetSqlInt32 | Sets the column at the specified index to the passed-in SqlInt32 value. | 
| .gif) | SetSqlInt64 | Sets the column at the specified index to the passed-in SqlInt64 value. | 
| .gif) | SetSqlMoney | Sets the column at the specified index to the passed-in SqlMoney value. | 
| .gif) | SetSqlSingle | Sets the column at the specified index to the passed-in SqlSingle value. | 
| .gif) | SetSqlString | Sets the column at the specified index to the passed-in SqlString value. | 
| .gif) | SetString | Sets the column at the specified index to the passed-in string value. | 
| .gif) | SetValue | Sets the column at the specified index to the passed-in value. | 
| .gif) | SetValues | Sets each of the fields in the record to the corresponding value in the passed-in array. | 
| .gif) | ToString | (inherited from Object ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
See Also
Reference
SqlCeUpdatableRecord Class
System.Data.SqlServerCe Namespace