ConfigConstants Class

From RemObjects Wiki
Jump to: navigation, search

This is a Library topic for Data Abstract for .NET
This page is generated from external data, please do not update

NamespacesInterfacesClassesEnumsImplements

Contents

Overview

The ConfigConstants static helper class holds strings required for the manipulation of configuration files.


This constants list covers the names of XML nodes and attributes, default configuration names and file extensions. Members of this class are also used to parse configuration files with the help of other classes, such as the DataProviderInfo, DatabaseProfile and Configuration classes and should not be used separately.


Location


Constants

attr_DefaultAuxParams

Holds the DefaultAuxParams string value and is used as the attribute name for default auxiliary parameters.



Oxygene:   const attr_DefaultAuxParams: String
C#:   const String attr_DefaultAuxParams
VB:   Dim attr_DefaultAuxParams As String


attr_FileMask

Holds the FileMask string value and is used as the attribute name for file mask.



Oxygene:   const attr_FileMask: String
C#:   const String attr_FileMask
VB:   Dim attr_FileMask As String


attr_InputDirectionValue

Holds the InputDirectionValue string value.



Oxygene:   const attr_InputDirectionValue: String
C#:   const String attr_InputDirectionValue
VB:   Dim attr_InputDirectionValue As String


attr_InputOutputDirectionValue

Holds the XML attribute InputOutputDirectionValue string marker.



Oxygene:   const attr_InputOutputDirectionValue: String
C#:   const String attr_InputOutputDirectionValue
VB:   Dim attr_InputOutputDirectionValue As String


attr_IsNullableValue

Holds the XML attribute IsNullableValue string marker.



Oxygene:   const attr_IsNullableValue: String
C#:   const String attr_IsNullableValue
VB:   Dim attr_IsNullableValue As String


attr_MapDatabase

Holds the XML attribute Database string marker.



Oxygene:   const attr_MapDatabase: String
C#:   const String attr_MapDatabase
VB:   Dim attr_MapDatabase As String


attr_MapPassword

Holds the XML attribute Password string marker.



Oxygene:   const attr_MapPassword: String
C#:   const String attr_MapPassword
VB:   Dim attr_MapPassword As String


attr_MapServer

Holds the XML attribute Server string marker.



Oxygene:   const attr_MapServer: String
C#:   const String attr_MapServer
VB:   Dim attr_MapServer As String


attr_MapsTo

Holds the XML attribute MapsTo string marker.



Oxygene:   const attr_MapsTo: String
C#:   const String attr_MapsTo
VB:   Dim attr_MapsTo As String


attr_MapUserID

Holds the XML attribute UserID string marker.



Oxygene:   const attr_MapUserID: String
C#:   const String attr_MapUserID
VB:   Dim attr_MapUserID As String


attr_Match

Holds the XML attribute Match string marker.



Oxygene:   const attr_Match: String
C#:   const String attr_Match
VB:   Dim attr_Match As String


attr_Name

Holds the XML attribute Name string marker.



Oxygene:   const attr_Name: String
C#:   const String attr_Name
VB:   Dim attr_Name As String


attr_NameSymbol

Holds the XML attribute NameSymbol string marker.



Oxygene:   const attr_NameSymbol: String
C#:   const String attr_NameSymbol
VB:   Dim attr_NameSymbol As String


attr_OutputDirectionValue

Holds the XML attribute OutputDirectionValue string marker.



Oxygene:   const attr_OutputDirectionValue: String
C#:   const String attr_OutputDirectionValue
VB:   Dim attr_OutputDirectionValue As String


attr_Profile

Holds the XML attribute Profile string marker.



Oxygene:   const attr_Profile: String
C#:   const String attr_Profile
VB:   Dim attr_Profile As String


attr_QuotingIdentifiers

Holds the XML attribute QuotingIdentifiers string marker.



Oxygene:   const attr_QuotingIdentifiers: String
C#:   const String attr_QuotingIdentifiers
VB:   Dim attr_QuotingIdentifiers As String


attr_ResultDirectionValue

Holds the XML attribute ResultDirectionValue string marker.



Oxygene:   const attr_ResultDirectionValue: String
C#:   const String attr_ResultDirectionValue
VB:   Dim attr_ResultDirectionValue As String


attr_SQL

Holds the XML attribute QuotingIdentifiers string marker.



Oxygene:   const attr_SQL: String
C#:   const String attr_SQL
VB:   Dim attr_SQL As String


attr_SQLArgs

Holds the XML attribute WithParams string marker.



Oxygene:   const attr_SQLArgs: String
C#:   const String attr_SQLArgs
VB:   Dim attr_SQLArgs As String


attr_SQLNoArgs

Holds the XML attribute WithoutParams string marker.



Oxygene:   const attr_SQLNoArgs: String
C#:   const String attr_SQLNoArgs
VB:   Dim attr_SQLNoArgs As String


attr_SQLSymbol

Holds the XML attribute SQLSymbol string marker.



Oxygene:   const attr_SQLSymbol: String
C#:   const String attr_SQLSymbol
VB:   Dim attr_SQLSymbol As String


attr_SupportsAutoIncs

Holds the XML attribute SupportsAutoIncs string marker.



Oxygene:   const attr_SupportsAutoIncs: String
C#:   const String attr_SupportsAutoIncs
VB:   Dim attr_SupportsAutoIncs As String


attr_Type

Holds the XML attribute Type string marker.



Oxygene:   const attr_Type: String
C#:   const String attr_Type
VB:   Dim attr_Type As String


attr_Value

Holds the XML attribute Value string marker.



Oxygene:   const attr_Value: String
C#:   const String attr_Value
VB:   Dim attr_Value As String


DaConfigExt

Holds the default .daConfig file extension for configuration files.



Oxygene:   const DaConfigExt: String
C#:   const String DaConfigExt
VB:   Dim DaConfigExt As String


DaConfigName

Holds the configuration name (DataAbstract).



Oxygene:   const DaConfigName: String
C#:   const String DaConfigName
VB:   Dim DaConfigName As String


DefaultConfigName

Holds the default configaration name in form of a concatenation of DaConfigExt and DaConfigName.



Oxygene:   const DefaultConfigName: String
C#:   const String DefaultConfigName
VB:   Dim DefaultConfigName As String


node_AssemblyName

Holds the XML node AssemblyName string marker.



Oxygene:   const node_AssemblyName: String
C#:   const String node_AssemblyName
VB:   Dim node_AssemblyName As String


node_CommandBuilderClassName

Holds the XML node CommandBuilderClassName string marker.



Oxygene:   const node_CommandBuilderClassName: String
C#:   const String node_CommandBuilderClassName
VB:   Dim node_CommandBuilderClassName As String


node_ConnectionClassName

Holds the XML node ConnectionClassName string marker.



Oxygene:   const node_ConnectionClassName: String
C#:   const String node_ConnectionClassName
VB:   Dim node_ConnectionClassName As String


node_ConnectionStringBuilderClassName

Holds the XML node ConnectionBuilderClassName string marker.



Oxygene:   const node_ConnectionStringBuilderClassName: String
C#:   const String node_ConnectionStringBuilderClassName
VB:   Dim node_ConnectionStringBuilderClassName As String


node_DataAdapterClassName

Holds the XML node DataAdapterClassName string marker.



Oxygene:   const node_DataAdapterClassName: String
C#:   const String node_DataAdapterClassName
VB:   Dim node_DataAdapterClassName As String


node_DatabaseLocation

Holds the XML node DatabaseLocation string marker.



Oxygene:   const node_DatabaseLocation: String
C#:   const String node_DatabaseLocation
VB:   Dim node_DatabaseLocation As String


node_DatabaseProfile

Holds the XML node DatabaseDatabaseProfile string marker.



Oxygene:   const node_DatabaseProfile: String
C#:   const String node_DatabaseProfile
VB:   Dim node_DatabaseProfile As String


node_DatabaseProfiles

Holds the XML node DatabaseProfiles string marker.



Oxygene:   const node_DatabaseProfiles: String
C#:   const String node_DatabaseProfiles
VB:   Dim node_DatabaseProfiles As String


node_Description

Holds the XML node Description string marker.



Oxygene:   const node_Description: String
C#:   const String node_Description
VB:   Dim node_Description As String


node_DriverNotFoundText

Holds the XML node DriverNotFoundText string marker.



Oxygene:   const node_DriverNotFoundText: String
C#:   const String node_DriverNotFoundText
VB:   Dim node_DriverNotFoundText As String


node_ExecuteStoredProcedure

Holds the XML node ExecuteStoredProcedure string marker.



Oxygene:   const node_ExecuteStoredProcedure: String
C#:   const String node_ExecuteStoredProcedure
VB:   Dim node_ExecuteStoredProcedure As String


node_FactoryClassName

Holds the XML node FactoryClassName string marker.



Oxygene:   const node_FactoryClassName: String
C#:   const String node_FactoryClassName
VB:   Dim node_FactoryClassName As String


node_GetDatabaseNames

Holds the XML node GetDatabaseNames string marker.



Oxygene:   const node_GetDatabaseNames: String
C#:   const String node_GetDatabaseNames
VB:   Dim node_GetDatabaseNames As String


node_GetForeignKeys

Holds the XML node GetForeignKeys string marker.



Oxygene:   const node_GetForeignKeys: String
C#:   const String node_GetForeignKeys
VB:   Dim node_GetForeignKeys As String


node_GetGeneratorNames

Holds the XML node GetGeneratorNames string marker.



Oxygene:   const node_GetGeneratorNames: String
C#:   const String node_GetGeneratorNames
VB:   Dim node_GetGeneratorNames As String


node_GetLastAutoInc

Holds the XML node GetLastAutoInc string marker.



Oxygene:   const node_GetLastAutoInc: String
C#:   const String node_GetLastAutoInc
VB:   Dim node_GetLastAutoInc As String


node_GetStoredProcedureNames

Holds the XML node GetStoredProcedureNames string marker.



Oxygene:   const node_GetStoredProcedureNames: String
C#:   const String node_GetStoredProcedureNames
VB:   Dim node_GetStoredProcedureNames As String


node_GetStoredProcedureParameters

Holds the XML node GetStoredProcedureParameters string marker.



Oxygene:   const node_GetStoredProcedureParameters: String
C#:   const String node_GetStoredProcedureParameters
VB:   Dim node_GetStoredProcedureParameters As String


node_GetTableFields

Holds the XML node GetTableFields string marker.



Oxygene:   const node_GetTableFields: String
C#:   const String node_GetTableFields
VB:   Dim node_GetTableFields As String


node_GetTableNames

Holds the XML node GetTableNames string marker.



Oxygene:   const node_GetTableNames: String
C#:   const String node_GetTableNames
VB:   Dim node_GetTableNames As String


node_GetViewNames

Holds the XML node GetViewNames string marker.



Oxygene:   const node_GetViewNames: String
C#:   const String node_GetViewNames
VB:   Dim node_GetViewNames As String


node_GetViewNames_OLD

Holds the XML node GetStoredProcedureParameters string marker.



Oxygene:   const node_GetViewNames_OLD: String
C#:   const String node_GetViewNames_OLD
VB:   Dim node_GetViewNames_OLD As String


node_KnownDrivers

Holds the XML node KnownDriver string marker.



Oxygene:   const node_KnownDrivers: String
C#:   const String node_KnownDrivers
VB:   Dim node_KnownDrivers As String


node_KnownProviders

Holds the XML node KnownProviders string marker.



Oxygene:   const node_KnownProviders: String
C#:   const String node_KnownProviders
VB:   Dim node_KnownProviders As String


node_MacroProcessorAssemblyName

Holds the XML node MacroProcessorAssemblyName string marker.



Oxygene:   const node_MacroProcessorAssemblyName: String
C#:   const String node_MacroProcessorAssemblyName
VB:   Dim node_MacroProcessorAssemblyName As String


node_MacroProcessorClassName

Holds the XML node MacroProcessorClassName string marker.



Oxygene:   const node_MacroProcessorClassName: String
C#:   const String node_MacroProcessorClassName
VB:   Dim node_MacroProcessorClassName As String


node_Mapping

Holds the XML node Mapping string marker.



Oxygene:   const node_Mapping: String
C#:   const String node_Mapping
VB:   Dim node_Mapping As String


node_NewConnectionHelp

Holds the XML node NewConnectionHelp string marker.



Oxygene:   const node_NewConnectionHelp: String
C#:   const String node_NewConnectionHelp
VB:   Dim node_NewConnectionHelp As String


node_OptionalParameters

Holds the XML node OptionalParameters string marker.



Oxygene:   const node_OptionalParameters: String
C#:   const String node_OptionalParameters
VB:   Dim node_OptionalParameters As String


node_ParamAliases

Holds the XML node ParamAliases string marker.



Oxygene:   const node_ParamAliases: String
C#:   const String node_ParamAliases
VB:   Dim node_ParamAliases As String


node_Parameter

Holds the XML node Parameter string marker.



Oxygene:   const node_Parameter: String
C#:   const String node_Parameter
VB:   Dim node_Parameter As String


node_ParameterHandling

Holds the XML node ParameterHandling string marker.



Oxygene:   const node_ParameterHandling: String
C#:   const String node_ParameterHandling
VB:   Dim node_ParameterHandling As String


node_ParamMappings

Holds the XML node ParamMappings string marker.



Oxygene:   const node_ParamMappings: String
C#:   const String node_ParamMappings
VB:   Dim node_ParamMappings As String


node_ProfilesMappings

Holds the XML node ProfilesMappings string marker.



Oxygene:   const node_ProfilesMappings: String
C#:   const String node_ProfilesMappings
VB:   Dim node_ProfilesMappings As String


node_ProviderName

Holds the XML node ProviderName string marker.



Oxygene:   const node_ProviderName: String
C#:   const String node_ProviderName
VB:   Dim node_ProviderName As String


node_SelectSpSyntax

Holds the XML node SelectSpSyntax string marker.



Oxygene:   const node_SelectSpSyntax: String
C#:   const String node_SelectSpSyntax
VB:   Dim node_SelectSpSyntax As String


node_TypesMappings

Holds the XML node TypesMappings string marker.



Oxygene:   const node_TypesMappings: String
C#:   const String node_TypesMappings
VB:   Dim node_TypesMappings As String


See Also


Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode

GlossaryArticlesFeaturesLibrarySamples

Personal tools
Namespaces

Variants
Actions
Navigation
products
platforms
special
Toolbox