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