Public Property Get Prop_AppBackEndSummary (
Optional SuppressRemoteReads As Boolean = False,
Optional ClearCachedData As Boolean = False
) As String
Return a summary of the back ends listed in the table linker
Read only local data, don't attempt to read from linked back end tables
Re-read all data instead of using the cache (the default)
Dim s As String
s = xf.Command.Prop_AppBackEndSummary()
s = xf.Command.Prop_AppBackEndSummary(SuppressRemoteReads, ClearCachedData)