DictView.fieldDatasource(Int32) 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 ID of the data source that the given field originates from.
public:
virtual int fieldDatasource(int _fieldId);
public virtual int fieldDatasource (int _fieldId);
abstract member fieldDatasource : int -> int
override this.fieldDatasource : int -> int
Public Overridable Function fieldDatasource (_fieldId As Integer) As Integer
Parameters
- _fieldId
- Int32
Returns
The data source ID.