Ejemplo n.º 1
0
 /// <summary>
 /// Removes all identity sequence annotations from the property.
 /// </summary>
 public static void RemoveHiLoOptions([NotNull] this IMutableProperty property)
 {
     property.SetHiLoSequenceName(null);
     property.SetHiLoSequenceSchema(null);
 }