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

IsColumnNullable method Next Page

IsInPublication method


Checks whether the table is contained in the named publication.

Syntax

Visual Basic

Public Function IsInPublication( _
ByVal pubName As String _
) As Boolean

C#

public bool IsInPublication(
string pubName
);

Parameters
Return value

True if the table is in the publication, false if the table is not in the publication.

See also