xf_DbSchema_TableDatabase Schema Table Information
Public Property Get GetEmptySchemaList () As xf_DataList
Return a DataList object set up with the schema for the table, and with a single empty row added. The DataList schema is created by calling: p_EmptySchemaList.AddSQLResultsetDbConn Parent.DBConn, "SELECT * FROM " & TableNameBracketed & " WHERE 1=0"
Call Template:
Dim obj As New xf_DataList
Set obj = xf.DefaultSchema.TableSchema("tblSample").GetEmptySchemaList