The DataValueCursor type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Create(DataColumn) | Creates a non-generic value cursor for a given column. | |
Create T (IDataColumn) | Creates a generic value cursor for a given column. | |
Create T (IDataColumn, Boolean) | Creates a generic value cursor for a given column. | |
Create T (IDataColumn, T, T) | Obsolete. Creates a generic value cursor for a given column. | |
Create T, U (IDataColumn, DataValueTransform T, U ) | Obsolete. Creates a transforming value cursor for a given column. Note: this method is not implemented. | |
CreateFormatted(IDataColumn) | Creates a value cursor for the formatted values of a given column. | |
CreateFormatted(IDataColumn, IDataFormatter) | Creates a value cursor for the formatted values of a given column. | |
CreateMutableCursor | Creates a mutable DataValueCursor of the given dataType. | |
CreateNumeric(IDataColumn) | Creates a value cursor for the numeric values of a given column. | |
CreateNumeric(IDataColumn, Boolean) | Creates a value cursor for the numeric values of a given column. | |
CreateNumeric(IDataColumn, Double, Double) | Obsolete. Creates a value cursor for the numeric values of a given column. | |
CreateTransformed TOutput, TInput | Creates a transforming value cursor for a given column. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TryGetError | Obsolete.
Tries to the get the error associated with the current value.
|
Properties
Name | Description | |
---|---|---|
CurrentDataValue | Gets the data value. | |
IsCurrentValueValid | Gets a value indicating whether the current value is valid or not. |
See Also