Esempio n. 1
0
 /// <summary> Gets the "Id" value of the class that contains this field. </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 "Id" of the class that contains the field. In
 /// the database, this corresponds to the Class column in the Field$ table.</returns>
 public virtual int GetOwnClsId(int luFlid)
 {
     return(m_metaDataCache.GetOwnClsId(luFlid));
 }