📚 SAP Business One SDK Help

Bind Method
See Also 
UID
The unique ID of a data table to bind to an item
columnUid
The unique ID of a column to which to bind the data table

Description

Binds a data table to an item.

Syntax

Visual Basic
Public Sub Bind( _
   ByVal UID As String, _
   ByVal columnUid As String _
) 

Parameters

UID
The unique ID of a data table to bind to an item
columnUid
The unique ID of a column to which to bind the data table

See Also