IFieldAccessor.SetFieldValue método
Define o valor do campo.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Sub SetFieldValue ( _
fieldName As String, _
fieldValue As Object _
)
'Uso
Dim instance As IFieldAccessor
Dim fieldName As String
Dim fieldValue As Object
instance.SetFieldValue(fieldName, fieldValue)
void SetFieldValue(
string fieldName,
Object fieldValue
)
Parâmetros
fieldName
Tipo: System.StringO nome do campo.
fieldValue
Tipo: System.ObjectO valor do campo.