Purpose

Specifies whether the driver automatically refreshes the relational map of the schema when a user connects to the site.

Valid Values

true | false

Behavior

If set to true, the driver automatically refreshes the map when a user first connects to the site. The driver rebuilds the relational map of the schema, and any changes that have been made to the schema since the last refresh will be shown in the metadata.

If set to false, the driver does not refresh the relational map when a user first connects.

Notes

  • This property should not be enabled (RefreshSchema=true) when CreateMap=Session.
  • This property is equivalent to executing the Refresh Schema statement.

Data Source Methods

public Boolean getRefreshSchema()

public void setRefreshSchema(Boolean)

Default Value

false

Data Type

Boolean