ITessaViewResultGetColumnIndex - метод |
Возвращает индекс колонки заданной параметром columnName или -1 если колонка не найдена
Пространство имён:
Tessa.Views
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис int GetColumnIndex(
[NotNullAttribute] string columnName
)
Function GetColumnIndex (
<NotNullAttribute> columnName As String
) As Integer
int GetColumnIndex(
[NotNullAttribute] String^ columnName
)
abstract GetColumnIndex :
[<NotNullAttribute>] columnName : string -> int
Параметры
- columnName
- Тип: SystemString
Имя колонки
Возвращаемое значение
Тип:
Int32
Индекс колонки или -1
См. также