Specifies a list, in the English sentence form, of relationships in which the entity participates.
string = QBEntity.SummaryText
string
A returned
QBEntity
An
The following is an example of how the SummaryText property is called:
<%
Set objEntities = objQBuilder.Entities
CRNL = Chr(13) & Chr(10)
str2 = " "
Response.Write( "fpp " & CRNL)
For each objEntity in objEntities
str1 = objEntity.SummaryText
str1 = Replace(str1, Chr(13), "<br>")
str1 = Replace(str1, Chr(9), str2)
Response.Write( str1 & CRNL)
Response.Write( "<p>" & CRNL)
Next
%>
This is an example of what gets printed:
hotelname is an attribute of hotel.
hotelname participates in the following relationships:
hotels have hotelnames
hotels have price categories, airport distances, casinos, hotel names, checkouts, URLs, addresses, checkins, faxes, foreign phone numbers, latitudes, local phones, longitudes, pools, postal codes, reservation phones, and types.
hotels participate in the following relationships: