Exemple #1
0
 /// <summary>
 /// Gets persistent storage record description for given handle
 /// </summary>
 /// <returns>
 /// persistent storage record description, null if handle was invalid
 /// </returns>
 /// <param name='handle'>
 /// the handle to requested record
 /// </param>
 public PStorageRecordDescription getPStorageRecordDescription(int handle)
 {
     return(dpc.getPStorageRecordDescription(this, handle));
 }