DictRelation.loadNameRelation(String) 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.
Loads the relation for the given name.
public:
virtual int loadNameRelation(System::String ^ _name);
public virtual int loadNameRelation (string _name);
abstract member loadNameRelation : string -> int
override this.loadNameRelation : string -> int
Public Overridable Function loadNameRelation (_name As String) As Integer
Parameters
- _name
- String
Returns
The table ID for the table relation.