Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_DbSchema_TableDatabase Schema Table Information

Public Function ReadTableSchema (
TableName As String,
DBSchema As xf_DbSchema,
Optional LocalIDColumnName As String = "",
Optional AllowNoSQLMetaData As Boolean = False
) As Boolean

Read the table schema from the database. For an Access database, use DAO. For MSSQL linked tables, use specifically named MetaData views.

TableName as String

The name of the table

DBSchema as xf_DbSchema

The DbSchema parent object

Optional LocalIDColumnName as String = ""

The name of the LocalID column (overrides the standard LocalId column name defined for table shadowing)

Optional AllowNoSQLMetaData as Boolean = False

(no description)

Call Template:

Dim b As Boolean
b = xf.DefaultSchema.TableSchema("tblSample").ReadTableSchema(TableName, DBSchema)
b = xf.DefaultSchema.TableSchema("tblSample").ReadTableSchema(TableName, DBSchema, LocalIDColumnName, AllowNoSQLMetaData)

See Also:

Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd