wwBusinessObject::oData
less than 1 minute to read

Data member that receives all of the field names as property values.

Example

foxpro
loBus = CREATEOBJECT("cCustomer") if (!loBus.Load("_4FG12Y7UD")) RETURN .F. ENDIF loBus.oData.Company = lcCompany loBus.oData.Updated = DATETIME() loBus.Save()

See also:

Class wwBusinessObject

© West Wind Technologies, 1996-2024 • Updated: 03/11/20
Comment or report problem with topic