Exemplo n.º 1
0
 /// <summary>
 /// A deviation of the trigger-identity. This generator works
 /// together with the <see cref="ClassMap{T}.NaturalId"/> feature.
 /// The difference with trigger-identity is that the POID value
 /// is retrieved by a SELECT using the natural-id fields as filter.
 /// </summary>
 public void Select()
 {
     if (!mapping.IsSpecified("Class"))
     {
         builder.Select();
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// A deviation of the trigger-identity. This generator works
 /// together with the <see cref="ClassMap{T}.NaturalId"/> feature.
 /// The difference with trigger-identity is that the POID value
 /// is retrieved by a SELECT using the natural-id fields as filter.
 /// </summary>
 public void Select()
 {
     builder.Select();
 }