Ejemplo n.º 1
0
 /// <summary>
 /// Drops the unique flag of an attribute
 /// <seealso cref=" AAlterTypeCommand"/>
 /// </summary>
 public override Exceptional Execute(DBContext myDBContext, GraphDBType myGraphDBType)
 {
     return myGraphDBType.DropUniqueAttributes(myDBContext);
 }