📚 SAP Business One SDK Help

DataBind Object Members
See Also  Overview 

Public Methods

Public Method BindBinds a data table to an item.
Public Method SetBoundBinds an item to a data source.
Public Method UnBindRemoves the data binding of the data table from the item.

Public Properties

Public Property AliasA string specifying one of the following:
  • For DBDataSource: The alias of the database field to which the item is bound
  • For UserDataSource: The unique ID of the user data source
  • For DataTable: The field in the query to which the item is bound
Public Property DataBoundIndicates whether the item is currently bound to a data source or data table.
Public Property TableNameThe name of the database table to which the item is bound.

See Also