Example #1
0
 /// <summary>
 /// picks identity, sequence or hilo depending upon the capabilities of the underlying database.
 /// </summary>
 /// <returns></returns>
 public void Native()
 {
     if (!mapping.IsSpecified("Class"))
     {
         builder.Native();
     }
 }
 /// <summary>
 /// picks identity, sequence or hilo depending upon the capabilities of the underlying database.
 /// </summary>
 /// <returns></returns>
 public void Native()
 {
     builder.Native();
 }