SchemaConstants

Overview

The SchemaConstants class contains constants that define the DataAbstract infrastructure parameters for Schemas.

Location

Constants


DaSchemaExt

Defines the extension of Schema files as '.daSchema'. This method can be used to verify that the file is a Data Abstract Schema file.

 

const DaSchemaExt: String = ".daSchema";

 

const String DaSchemaExt = ".daSchema"

 

Dim DaSchemaExt As String = ".daSchema"