FormControl.fieldBinding Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the table and field bindings of the control into a FieldBinding derived class.
public:
virtual Dynamics::AX::Application::FieldBinding ^ fieldBinding();
public virtual Dynamics.AX.Application.FieldBinding fieldBinding ();
abstract member fieldBinding : unit -> Dynamics.AX.Application.FieldBinding
override this.fieldBinding : unit -> Dynamics.AX.Application.FieldBinding
Public Overridable Function fieldBinding () As FieldBinding
Returns
A FieldBinding derived class that contains the table and field bindings of the control.