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