Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

EntitySchemaQueryColumnCollection.RemoveByName - метод Смотри также  Terrasoft.Core.Entities - пространство имен > EntitySchemaQueryColumnCollection - класс : RemoveByName - метод C#

name
Name of the column being removed.

Glossary Item Box

Removes the column with the specified name from the collection.

Синтаксис

public void RemoveByName( 
   string name 
)

Параметры

name
Name of the column being removed.

Исключения

ИсключениеОписание
System.ArgumentNullExceptionIf the empty value or null value is passed as the name parameter.
Terrasoft.Common.ItemNotFoundExceptionIf the column with the name name is not found in the current collection.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?