Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value of the field.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Sub SetFieldValue ( _
fieldName As String, _
fieldValue As Object _
)
'Usage
Dim instance As IFieldAccessor
Dim fieldName As String
Dim fieldValue As Object
instance.SetFieldValue(fieldName, fieldValue)
void SetFieldValue(
string fieldName,
Object fieldValue
)
Parameters
fieldName
Type: System.StringThe name of the field.
fieldValue
Type: System.ObjectThe value of the field.