ALM Open Test Architecture API Type Library Version 12.55
FieldExists Property
The name of the database table.
The name of the field in the project database. Use all upper case.
Description
Checks if the specified database field exists.
Property type
Read-only property
Syntax
Visual Basic
Public Property FieldExists( _
   ByVal TableName As String, _
   ByVal FieldName As String _
) As Boolean
Parameters
TableName
The name of the database table.
FieldName
The name of the field in the project database. Use all upper case.
See Also

ICustomizationFields3 Interface  | ICustomizationFields3 Members