EntitySchemaColumnCollection.FindByColumnValueName - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaColumnCollection - класс : FindByColumnValueName - метод C#
- columnValueName
- The value of the
ColumnValueName
property to search for.
Glossary Item Box
ColumnValueName
property in the collection.
public EntitySchemaColumn FindByColumnValueName( string columnValueName )
Параметры
- columnValueName
- The value of the
ColumnValueName
property to search for.
Тип возвращаемого значения
The EntitySchemaColumn instance with the columnValueName value name. If no such column is not found,null
is returned.