Sets a value in a field of the current row.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Sub SetField( _ 
   ByVal FieldName As String,  _ 
   ByVal FieldValue As String _ 
)
C#
public abstract void SetField(
   string FieldName,
   string FieldValue
)
C++
public:
 void SetField(
   String FieldName,
   String FieldValue
) abstract 
J#
public abstract void SetField(
   string FieldName,
   string FieldValue
)
JScript
public abstract  function SetField(
   FieldName : String,
   FieldValue : String
)

Parameters

FieldName
FieldValue

See Also