Escape (if necessary) a field or table name.

If the name contains a dot then both sides of the dot will be escaped, e.g. Client.Name may become [Client].[Name].

Syntax

ISDatabaseProviderUtilitiesBase.Escape(name, [alias])

Parameters

NameTypeOptionalByRefDescription
name String The Field or Table Name.
alias String Optional The Field or Table Alias if required.

Return Value

String

A String value.

Member of:
ISDatabaseProviderUtilitiesBase
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0