DbfLogicColumn Methods | ![]() |
The DbfLogicColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlankValue | Return the blank (non null) value of the column. (Inherited from RddFieldInfo.) |
![]() | Clone | Clone a RddFieldInfo object. (Inherited from RddFieldInfo.) |
![]() | CopyValues | Copy values from one object to another. (Inherited from RddFieldInfo.) |
![]() | EmptyValue | Get the default "empty" value, as you would get at EOF (Overrides EmptyValue.) |
![]() | GetValue | Get the value from the buffer (Overrides GetValue(Byte).) |
![]() | HandleNullValue | Handle NULL values. (Inherited from DbfColumn.) |
![]() | InitValue | Initialize the buffer used for appends. Gets called once when a DBF is opened. (Inherited from DbfColumn.) |
![]() | NewRecord | Update the buffer after appending. For example for AutoIncrement or TimeStamp columns. (Inherited from DbfColumn.) |
![]() | PutValue | Write the value to the buffer (Overrides PutValue(Object, Byte).) |
![]() | SameType | Check if two fields match in type, length and decimals. (Inherited from RddFieldInfo.) |
![]() | ToString | (Inherited from RddFieldInfo.) |
![]() | Validate | Validate combinations of type, length and decimals. (Inherited from RddFieldInfo.) |