xf_DbSchema_TableDatabase Schema Table Information
Public Property Get FormatPkWhereInternal ( ArrayVar As Variant ) As String
Format a WHERE clause for inclusion in SQL from a list of PK column values. Only one value is required if the table has a single column PK. The list is a paramarray passed as a variant.
ArrayVar as Variant
(no description)
Call Template:
Dim s As String
s = xf.DefaultSchema.TableSchema("tblSample").FormatPkWhereInternal(ArrayVar)