SqlCeUpdatableRecord Members

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
z15deczw.pubproperty(en-us,VS.90).gif FieldCount Returns the number of fields in the specified record.
z15deczw.pubproperty(en-us,VS.90).gif HiddenFieldCount Returns the number of hidden fields in the record. In SQL Server Compact 3.5 SP1, this property always returns 0.
z15deczw.pubproperty(en-us,VS.90).gif Item Overloaded. Serves as an indexer to a specific field within the record.
z15deczw.pubproperty(en-us,VS.90).gif Updatable Specifies whether the field is updatable.

Top

Public Methods

(see also Protected Methods )

  Name Description
z15deczw.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
z15deczw.pubmethod(en-us,VS.90).gif GetBoolean Returns the value of the specified field as bool.
z15deczw.pubmethod(en-us,VS.90).gif GetByte Returns the value of the specified field as byte.
z15deczw.pubmethod(en-us,VS.90).gif GetBytes Copies a length of bytes into the buffer, starting at a specified position in the specified field.
z15deczw.pubmethod(en-us,VS.90).gif GetChar Returns the value of the specified field as char.
z15deczw.pubmethod(en-us,VS.90).gif GetChars Copies a length of chars into the buffer, starting at a specified position in the specified field.
z15deczw.pubmethod(en-us,VS.90).gif GetData Returns a SqlCeDataReader positioned on the current record.
z15deczw.pubmethod(en-us,VS.90).gif GetDataTypeName Returns the datatype name for the specified field.
z15deczw.pubmethod(en-us,VS.90).gif GetDateTime Returns the value of the specified field as DateTime.
z15deczw.pubmethod(en-us,VS.90).gif GetDecimal Returns the value of the specified field as decimal.
z15deczw.pubmethod(en-us,VS.90).gif GetDouble Returns the value of the specified field as double.
z15deczw.pubmethod(en-us,VS.90).gif GetFieldType Returns the CLR datatype for the specified field.
z15deczw.pubmethod(en-us,VS.90).gif GetFloat Returns the value of the specified field as float.
z15deczw.pubmethod(en-us,VS.90).gif GetGuid Returns the value of the specified field as a GUID.
z15deczw.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
z15deczw.pubmethod(en-us,VS.90).gif GetInt16 Returns the value of the specified field as int16.
z15deczw.pubmethod(en-us,VS.90).gif GetInt32 Returns the value of the specified field as int32.
z15deczw.pubmethod(en-us,VS.90).gif GetInt64 Returns the value of the specified field as int64.
z15deczw.pubmethod(en-us,VS.90).gif GetName Returns the name of the specified field.
z15deczw.pubmethod(en-us,VS.90).gif GetOrdinal Returns the ordinal for the field specified in the passed-in name.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlBinary Returns the value of the specified field as SqlBinary.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlBoolean Returns the value of the specified field as SqlBoolean.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlByte Returns the value of the specified field as SqlByte.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlBytesRef Returns a reference to the SqlBytes instance that contains the value of the specified field.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlCharsRef Returns a reference to the SqlChars instance that contains the value of the specified field.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlDateTime Returns the value of the specified field as SqlDateTime.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlDecimal Returns the value of the specified field as SqlDecimal.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlDouble Returns the value of the specified field as SqlDouble.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlGuid Returns the value of the specified field as SqlGuid.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlInt16 Returns the value of the specified field as SqlInt16.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlInt32 Returns the value of the specified field as SqlInt32.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlInt64 Returns the value of the specified field as SqlInt64.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlMetaData Returns the value of the specified field as SqlMetaData.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlMoney Returns the value of the specified field as SqlMoney.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlSingle Returns the value of the specified field as SqlSingle.
z15deczw.pubmethod(en-us,VS.90).gif GetSqlString Returns the value of the specified field as SqlString.
z15deczw.pubmethod(en-us,VS.90).gif GetString Returns the value of the specified field as string.
z15deczw.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
z15deczw.pubmethod(en-us,VS.90).gif GetValue Returns the value of the specified record.
z15deczw.pubmethod(en-us,VS.90).gif GetValues Returns the values for all of the fields in a record.
z15deczw.pubmethod(en-us,VS.90).gif IsDBNull Determines if the specified field is NULL.
z15deczw.pubmethod(en-us,VS.90).gif IsSetAsDefault Determines if the specified field is marked to use the underlying default value.
z15deczw.pubmethod(en-us,VS.90).gif z15deczw.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
z15deczw.pubmethod(en-us,VS.90).gif SetBoolean Sets the column at the specified index to the passed-in bool value.
z15deczw.pubmethod(en-us,VS.90).gif SetByte Sets the column at the specified index to the passed-in byte value.
z15deczw.pubmethod(en-us,VS.90).gif SetBytes Copies a length of bytes from the specified buffer to the specified column, starting at the specified location within that field.
z15deczw.pubmethod(en-us,VS.90).gif SetChar Sets the column at the specified index to the passed-in char value.
z15deczw.pubmethod(en-us,VS.90).gif SetChars Copies a length of chars from the specified buffer to the specified field, starting at the specified location within that field.
z15deczw.pubmethod(en-us,VS.90).gif SetDateTime Sets the column at the specified index to the passed-in DateTime value.
z15deczw.pubmethod(en-us,VS.90).gif SetDecimal Sets the column at the specified index to the passed-in decimal value.
z15deczw.pubmethod(en-us,VS.90).gif SetDefault Sets the default value for the specified field.
z15deczw.pubmethod(en-us,VS.90).gif SetDouble Sets the column at the specified index to the passed-in double value.
z15deczw.pubmethod(en-us,VS.90).gif SetFloat Sets the column at the specified index to the passed-in float value.
z15deczw.pubmethod(en-us,VS.90).gif SetGuid Sets the column at the specified index to the passed-in GUID value.
z15deczw.pubmethod(en-us,VS.90).gif SetInt16 Sets the column at the specified index to the passed-in int16 value.
z15deczw.pubmethod(en-us,VS.90).gif SetInt32 Sets the column at the specified index to the passed-in int32 value.
z15deczw.pubmethod(en-us,VS.90).gif SetInt64 Sets the column at the specified index to the passed-in int64 value.
z15deczw.pubmethod(en-us,VS.90).gif SetObjectRef Sets the value of the specified field by reference rather than by-value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlBinary Sets the column at the specified index to the passed-in SqlBinary value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlBoolean Sets the column at the specified index to the passed-in SqlBool value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlByte Sets the column at the specified index to the passed-in SqlByte value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlDateTime Sets the column at the specified index to the passed-in SqlDateTime value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlDecimal Sets the column at the specified index to the passed-in SqlDecimal value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlDouble Sets the column at the specified index to the passed-in SqlDouble value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlGuid Sets the column at the specified index to the passed-in SqlGuid value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlInt16 Sets the column at the specified index to the passed-in SqlInt16 value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlInt32 Sets the column at the specified index to the passed-in SqlInt32 value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlInt64 Sets the column at the specified index to the passed-in SqlInt64 value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlMoney Sets the column at the specified index to the passed-in SqlMoney value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlSingle Sets the column at the specified index to the passed-in SqlSingle value.
z15deczw.pubmethod(en-us,VS.90).gif SetSqlString Sets the column at the specified index to the passed-in SqlString value.
z15deczw.pubmethod(en-us,VS.90).gif SetString Sets the column at the specified index to the passed-in string value.
z15deczw.pubmethod(en-us,VS.90).gif SetValue Sets the column at the specified index to the passed-in value.
z15deczw.pubmethod(en-us,VS.90).gif SetValues Sets each of the fields in the record to the corresponding value in the passed-in array.
z15deczw.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
z15deczw.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
z15deczw.protmethod(en-us,VS.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SqlCeUpdatableRecord Class
System.Data.SqlServerCe Namespace