ExternalSchema Property
Version: Available or changed with runtime version 1.0.
Specifies the name of the database schema of the external database.
Applies to
- Table
Property Value
The name of the schema of the external database.
Syntax
ExternalSchema = 'schemaName';
Remarks
This property appears when you specify ExternalSQL in the TableType property. These tables use a different SQL Server connection than the normal tables in the Dynamics 365 Business Central database.
Related information
TableType Property
ExternalSchema Property
Name Property
Properties