Share via


InfoPartGroup.dataSource Method

Definition

Overloads

dataSource()

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

dataSource(String)

dataSource()

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

public:
 virtual System::String ^ dataSource();
public virtual string dataSource ();
abstract member dataSource : unit -> string
override this.dataSource : unit -> string
Public Overridable Function dataSource () As String

Returns

The identifier of the data source that will be used.

Applies to

dataSource(String)

public:
 virtual System::String ^ dataSource(System::String ^ _value);
public virtual string dataSource (string _value);
abstract member dataSource : string -> string
override this.dataSource : string -> string
Public Overridable Function dataSource (_value As String) As String

Parameters

_value
String

Returns

Applies to