public void Setup()
 {
     this.managed = new JET_RECSIZE
     {
         cbData = 1,
         cbLongValueData = 2,
         cbLongValueOverhead = 3,
         cbOverhead = 4,
         cLongValues = 5,
         cMultiValues = 6,
         cNonTaggedColumns = 7,
         cTaggedColumns = 8,
     };
     this.native = this.managed.GetNativeRecsize();
 }
Exemple #2
0
 public void Setup()
 {
     this.managed = new JET_RECSIZE
     {
         cbData              = 1,
         cbLongValueData     = 2,
         cbLongValueOverhead = 3,
         cbOverhead          = 4,
         cLongValues         = 5,
         cMultiValues        = 6,
         cNonTaggedColumns   = 7,
         cTaggedColumns      = 8,
     };
     this.native = this.managed.GetNativeRecsize();
 }
Exemple #3
0
 public static extern int JetGetRecordSize(
     IntPtr sesid, IntPtr tableid, ref NATIVE_RECSIZE precsize, uint grbit);
 public static extern int JetGetRecordSize(
     IntPtr sesid, IntPtr tableid, ref NATIVE_RECSIZE precsize, uint grbit);