Click or drag to resize

VGOracleRepositoryDataSchema Property

the name of the schema (user database) who owns the repository tables.

Namespace:  Novalys.VisualGuard.Security.Oracle.Repository.Configuration
Assembly:  Novalys.VisualGuard.Security.Oracle (in Novalys.VisualGuard.Security.Oracle.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public string Schema { get; set; }

Property Value

Type: String
Remarks
if empty, Visual Guard will user specified in the connection as schema.
See Also