The following tables list the members exposed by IFeatureDataRecordEdit.
Name | Description | |
---|---|---|
![]() | SetBlob | Sets the byte array value of the specified column. |
![]() | SetBoolean | Sets the value of the specified column as a Boolean. |
![]() | SetByte | Sets the 8-bit unsigned integer value of the specified column. |
![]() | SetChar | Sets the character value of the specified column. |
![]() | SetDateTime | Sets the DateTime of the specified column. |
![]() | SetDecimal | Gets the fixed-position numeric value of the specified column. |
![]() | SetDouble | Set the double-precision floating point number of the specified column. |
![]() | SetFloat | Sets the float value of the specified column. |
![]() | SetGeometry | Sets geometry for the current record. |
![]() | SetGuid | Sets the guid value of the specified column. |
![]() | SetInt16 | Sets the 16-bit signed integer value of the specified column. |
![]() | SetInt32 | Sets the 32-bit signed integer value of the specified column. |
![]() | SetInt64 | Sets the 64-bit signed integer value of the specified column. |
![]() | SetString | Sets the string value of the specified column. |
![]() | SetValue | Sets the value of the specified column to the passed-in value. |
![]() | SetValues | Sets each of the fields in the specified record to the corresponding value in the specified array. |