Table of Contents

TXDataServer.Pool Property

Gets or sets the connection pool component that provides the database connections used by the server.

Remarks

When left unassigned, no connection pool is provided to the server module, and the automatic CRUD endpoints cannot be used unless a pool is supplied by the OnGetPoolInterface event.

Syntax

Unit: XData.Comp.Server

property TXDataServer.Pool: TXDataCustomConnectionPool

See also