コード例 #1
0
ファイル: AlterType_DropUnique.cs プロジェクト: Vadi/sones
 /// <summary>
 /// Drops the unique flag of an attribute
 /// <seealso cref=" AAlterTypeCommand"/>
 /// </summary>
 public override Exceptional Execute(DBContext myDBContext, GraphDBType myGraphDBType)
 {
     return myGraphDBType.DropUniqueAttributes(myDBContext);
 }