Example #1
0
 /// <summary>
 /// Gets the name of the destination class that corresponds to this field. This is the name
 /// of the class that is either owned or referred to by another class.
 ///</summary>
 /// <param name='luFlid'>Field identification number. In the database, this corresponds to the "Id"
 /// column in the Field$ table. </param>
 /// <returns>Points to the output name of the destination class. In the
 /// database, this is the "Name" column in the Class$ table that corresponds to the DstCls
 /// column in the Field$ table.</returns>
 public virtual string GetDstClsName(int luFlid)
 {
     return(m_metaDataCache.GetDstClsName(luFlid));
 }