예제 #1
0
 /// <summary>
 /// Removes of an mandatory flag
 /// <seealso cref=" AAlterTypeCommand"/>
 /// </summary>
 public override Exceptional Execute(DBContext myDBContext, GraphDBType myGraphDBType)
 {
     return myGraphDBType.DropMandatoryAttributes(myDBContext.DBTypeManager);
 }