📚 SAP Business One SDK Help

DBDataSource Object Members
See Also  Overview 

Public Methods

Public Method ClearClears all records from the data source.
Public Method GetAsXMLmethod GetAsXml
Public Method GetValueReturns the value of a field in a record within the data source.
Public Method InsertRecordInserts a new empty record into the data source.
Public Method LoadFromXMLmethod LoadFromXml
Public Method QueryRuns the specified condition set query on the data source (table).
Public Method RemoveRecordRemoves the specified record from the data source.
Public Method SetValueSets the value of a field in a record within the data source.

Public Properties

Public Property FieldsReturns the metadata for the fields in the database table.
Public Property OffsetThe position of the cursor in the record set.
Public Property SizeThe number of records in the data source.
Public Property TableNameThe database table of the data source.

See Also