Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a DictField object by using the exact table ID.
Syntax
private DictField getExactDictFieldFromBaseTable(DictField _dictField)
Run On
Client
Parameters
- _dictField
Type: DictField Class
The DictField object.
Return Value
Type: DictField Class
A DictField object initialized by using the correct table.
Remarks
Sometimes a DictField object is initialized with a base or derived table ID. Such objects do not return the exact SQL Server database name of the field. Use this function to initialize the object correctly by checking base tables.