Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULTableSchema class

IsColumnAutoIncrement method Next Page

IsColumnCurrentDate method


Checks whether the specified column's default is set to the current date (ULDbType.Date).

Syntax

Visual Basic

Public Function IsColumnCurrentDate( _
ByVal columnID As Integer _
) As Boolean

C#

public bool IsColumnCurrentDate(
int columnID
);

Parameters
Return value

True if the column defaults to the current date, false if the column does not default to the current date.

See also