Gets the name of the database table

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string TableName { get; }
Visual Basic (Declaration)
Public ReadOnly Property TableName As String
Visual C++
public:
property String^ TableName {
	String^ get ();
}

See Also