Share via


DictView.datasourceDataareaIdName(Int32) Method

Definition

Retrieves the SQL name that is used in the view definition to identify the legal entity of the data source.

public:
 virtual System::String ^ datasourceDataareaIdName(int _cnt);
public virtual string datasourceDataareaIdName (int _cnt);
abstract member datasourceDataareaIdName : int -> string
override this.datasourceDataareaIdName : int -> string
Public Overridable Function datasourceDataareaIdName (_cnt As Integer) As String

Parameters

_cnt
Int32

Returns

The SQL name that is used in the view definition to identify the legal entity of the data source; an empty string if an error occurs.

Applies to