Share via


FormReferenceGroupControl.dataSource Method

Definition

Overloads

dataSource()

Gets or sets a data source to be used by the control or the form.

dataSource(Object)

dataSource()

Gets or sets a data source to be used by the control or the form.

public:
 override int dataSource();
public override int dataSource ();
override this.dataSource : unit -> int
Public Overrides Function dataSource () As Integer

Returns

The identifier of the data source to be used.

Applies to

dataSource(Object)

public:
 override int dataSource(System::Object ^ _value);
public override int dataSource (object _value);
override this.dataSource : obj -> int
Public Overrides Function dataSource (_value As Object) As Integer

Parameters

_value
Object

Returns

Applies to