Public Function BindDeletionFlaggedList (
ByRef c As Control,
Optional UseSqlCache As xf_SQLCache = Nothing,
Optional dbConn As xf_DbConnect = Nothing,
Optional UseExtendedRSType As Boolean = False,
Optional ListOrEntireSqlSelect As String = "",
Optional DeletedSqlSelect As String = "",
Optional DisplayColName As String = "",
Optional FlagColName As String = "",
Optional FlagColSense As Boolean = True,
Optional IdColName As String = "",
Optional IdValueControlName As String = ""
) As Integer
Undocumented in this release
Use this DbConnect object instead of the built in one
Use this SQLCache object instead of the built in one
Dim obj As New xf_DataListExt_LBBind
Dim i As Integer
i = obj.BindDeletionFlaggedList(DbConn, c)
i = obj.BindDeletionFlaggedList(DbConn, c, UseSqlCache, dbConn, UseExtendedRSType, ListOrEntireSqlSelect, DeletedSqlSelect, DisplayColName, FlagColName, FlagColSense, IdColName, IdValueControlName)