Represents a row of updatable values from the data source.
A CEResultSet object contains one or more UpdatableRecords.
| C# | Visual Basic |
public class CEUpdatableRecord : IDataRecord
Public Class CEUpdatableRecord _ Implements IDataRecord
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| FieldCount |
Returns the number of fields in the specified record.
| |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetBoolean(Int32) |
Returns the value of the specified field as bool.
| |
| GetBytes(Int32, Int64, array<Byte>[]()[][], Int32, Int32) |
Copies a length of bytes into the buffer, starting at a specified position in the specified field.
| |
| GetDataTypeName(Int32) |
Returns the datatype name for the specified field.
| |
| GetDateTime(Int32) |
Returns the value of the specified field as a DateTime.
| |
| GetDouble(Int32) |
Returns the value of the specified field as double.
| |
| GetFieldType(Int32) |
Returns the CLR datatype for the specified field.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetInt16(Int32) |
Returns the value of the specified field as int16.
| |
| GetInt32(Int32) |
Returns the value of the specified field as int32.
| |
| GetName(Int32) |
Returns the name of the specified field.
| |
| GetOrdinal(String) |
Returns the ordinal for the field specified in the passed-in name.
| |
| GetString(Int32) |
Returns the value of the specified field as string.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValue(Int32) |
Returns the value of the specified record.
| |
| GetValues(array<Object>[]()[][]) |
Returns the values for all of the fields in a record.
| |
| IsDBNull(Int32) |
Determines if the specified field is NULL.
| |
| Item[([( String])]) |
Serves as an indexer to a specific field within the record.
| |
| Item[([( Int32])]) |
Serves as an indexer to a specific field within the record.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetBoolean(Int32, Boolean) |
Sets the column at the specified index to the passed-in bool value.
| |
| SetDateTime(Int32, DateTime) |
Sets the column at the specified index to the passed-in DateTime value.
| |
| SetDouble(Int32, Double) |
Sets the column at the specified index to the passed-in double value.
| |
| SetInt16(Int32, Int16) |
Sets the column at the specified index to the passed-in int16 value.
| |
| SetInt32(Int32, Int32) |
Sets the column at the specified index to the passed-in int32 value.
| |
| SetString(Int32, String) |
Sets the column at the specified index to the passed-in string value.
| |
| SetValue(Int32, Object) |
Sets the column at the specified index to the passed-in value.
| |
| SetValues(array<Object>[]()[][]) |
Sets each of the fields in the record to the corresponding value in the passed-in array.
| |
| ToString()()()() | (Inherited from Object.) | |
| Updatable |
Specifies whether the record is updatable.
|
| Object | |
| CEUpdatableRecord | |