Should return the name of the table associated with this collection. This function should almost always be implemented.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
string TableName()
Visual Basic
Function TableName As String
Visual C++
String^ TableName()

Return Value

[Missing <returns> documentation for "M:DatabaseObjects.IDatabaseObjects.TableName"]

Examples

CopyC#
Protected Function TableName() As String Implements IDatabaseObjects.TableName

    Return "Products"

End Function

See Also