SchemeIncludedColumnCollectionRemoveItem - метод
Пространство имён: Tessa.SchemeСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public override bool RemoveItem(
SchemeIncludedColumn? item,
bool throwIfPermanent = true
)
Public Overrides Function RemoveItem (
item As SchemeIncludedColumn,
Optional throwIfPermanent As Boolean = true
) As Boolean
public:
virtual bool RemoveItem(
SchemeIncludedColumn^ item,
bool throwIfPermanent = true
) override
abstract RemoveItem :
item : SchemeIncludedColumn *
?throwIfPermanent : bool
(* Defaults:
let _throwIfPermanent = defaultArg throwIfPermanent true
*)
-> bool
override RemoveItem :
item : SchemeIncludedColumn *
?throwIfPermanent : bool
(* Defaults:
let _throwIfPermanent = defaultArg throwIfPermanent true
*)
-> bool
- item SchemeIncludedColumn
-
- throwIfPermanent Boolean (Optional)
-
Boolean