Checks whether the specified column's default is set to the current date (ULDbType.Date).
Visual Basic Public Function IsColumnCurrentDate( _ ByVal columnID As Integer _ ) As Boolean
C# public bool IsColumnCurrentDate( 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 defaults to the current date, false if the column does not default to the current date.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |