Beispiel #1
0
 /// <summary>
 /// Gets the list of field identification numbers (in no particular order). If the array
 /// provided is too small, only an arbitrary set of cflid values is returned. If the array
 /// provided is too large, the excess entries are set to zero.
 ///</summary>
 /// <param name='cflid'>The size of the output array. </param>
 /// <param name='rgflid'>An integer array for returning the field identification numbers. </param>
 public virtual void GetFieldIds(int cflid, ArrayPtr rgflid)
 {
     m_metaDataCache.GetFieldIds(cflid, rgflid);
 }