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

UploadUnchangedRows property Next Page

GetColumnDefaultValue method


Returns the default value of the specified column.

Syntax

Visual Basic

Public Function GetColumnDefaultValue( _
ByVal columnID As Integer _
) As String

C#

public string GetColumnDefaultValue(
int columnID
);

Parameters
Return value

The default value of the specified column as a string or a null reference (Nothing in Visual Basic) if the default value is null.

See also