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 table.
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 table.
See Also

CustomizationFields Object  | CustomizationFields Members