Previous Topic: %DomainIsRequiredNext Topic: %DomainLogDefault


%DomainLogDatatype

Returns the logical datatype of the domain.

Syntax

%DomainLogDatatype(<domain logical name>) or %DomainLogDatatype

Syntax Example

%ForEachDomain() {

%DomainName

%DomainLogDatatype

}

Expansion

varchar(10), int, char

Usage

Classified as a Constraint macro that you can use globally with an argument %DomainLogDatatype(<domain logical name>) or %DomainLogDatatype within the scope of a domain (for example, %ForEachDomain).