Checks whether the specified column is nullable.
Public Function IsColumnNullable(ByVal columnID As Integer) As Boolean
public bool IsColumnNullable(int columnID)
columnID The ID number of the column. The value must be in the range [0,ULCursorSchema.ColumnCount-1]. The first column in the table has an ID value of zero.
True if the column is nullable, false if it is not nullable.
ULException class A SQL error occurred.