DataColumn.SetModified Method | |
Mark the current data column, signifying that it has been modified.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetModified(
lModified
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetModified(
Usual lModified = default
)
Request Example
View SourceParameters
- lModified (Optional)
- Type: Usual
Specify TRUE to mark the data column as modified; otherwise, FALSE.
Return Value
Type:
UsualSee Also