RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

QueryTable..::..GetTableName Method

Gets the name of the table to use on the left side of the "." in "[].[]" SQL fragment.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string GetTableName()
Public Function GetTableName As String
public:
String^ GetTableName()

Return Value

If Alias is not empty, then it is returned. Else Name is returned.