Share via


FormBuildWindowControl.dataSource Method

Definition

Overloads

dataSource()

Gets or sets a data source that is used by the control or the form.

dataSource(Object)

dataSource()

Gets or sets a data source that is used by the control or the form.

public:
 virtual int dataSource();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int dataSource ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member dataSource : unit -> int
override this.dataSource : unit -> int
Public Overridable Function dataSource () As Integer

Returns

The identifier of the data source to use.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

dataSource(Object)

public:
 virtual int dataSource(System::Object ^ _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int dataSource (object _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member dataSource : obj -> int
override this.dataSource : obj -> int
Public Overridable Function dataSource (_value As Object) As Integer

Parameters

_value
Object

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to