Exemplo n.º 1
0
 /// <summary>
 /// generates identifiers of any integral type that are unique only when no other
 /// process is inserting data into the same table. Do not use in a cluster.
 /// </summary>
 /// <returns></returns>
 public void Increment()
 {
     if (!mapping.IsSpecified("Class"))
     {
         builder.Increment();
     }
 }
Exemplo n.º 2
0
 public bool IsSet(Member property)
 {
     return(mapping.IsSpecified(propertyMappings.Get(property)));
 }