Exemple #1
0
 /// <summary> Gets the Xml UI of a 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 name of the field. In the database, this
 /// corresponds to the "XmlUI" column in the Field$ table.</returns>
 public virtual string GetFieldXml(int luFlid)
 {
     return(m_metaDataCache.GetFieldXml(luFlid));
 }