Returns the publication predicate for this table in the named publication.
Visual Basic
Public Function GetPublicationPredicate( _
ByVal pubName As String _
) As String
C#
public string GetPublicationPredicate(
string pubName
);
pubName The name of the publication.
The publication predicate as a string.