Sets the value of a field by passing a mapped database field name

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetValueByDBFieldName(
	string strDBFieldName,
	string strValue
)
Visual Basic (Declaration)
Public Sub SetValueByDBFieldName ( _
	strDBFieldName As String, _
	strValue As String _
)
Visual C++
public:
void SetValueByDBFieldName(
	String^ strDBFieldName, 
	String^ strValue
)

Parameters

strDBFieldName
Type: System..::.String
The DBFieldName of the BaseField that is to be set
strValue
Type: System..::.String
The field value

Remarks

See Also