Skip to main content

DataAccessStringId Enum

Contains values corresponding to strings that can be localized for a Data Access application.

Namespace: DevExpress.DataAccess.Localization

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public enum DataAccessStringId

Members

Name Description
SkipWithoutSortingPropertyGridError

Default value: “The SKIP setting is set while records are not sorted. Please apply sorting to be able to skip the first N records or reset the SKIP setting in the Filter Editor dialog.”

PositiveIntegerError

Default value: “Only non-negative numeric values are allowed.”

MessageDuplicateItem

Default value: “The collection already contains the ‘{0}’ item”

MessageInvalidItemName

Default value: “Item name cannot be null or an empty string”

MessageDuplicateItemName

Default value: “This collection already contains an item with the ‘{0}’ name”

MessageEmptyQueryName

Default value: “The query name cannot be empty.”

MessageDuplicateQueryName

Default value: “A query with the specified name already exists: {0}.”

MessageNullItem

Default value: “Cannot add a null value to the collection”

MessageWrongCharacterItemName

Default value: “Item name ‘{0}’ contains wrong characters”

DefaultNameDataSource

Default value: “Data Source”

ConnectingToDatabaseCaption

Default value: “Please wait”

ConnectingToDatabaseMessage

Default value: “Connecting to the database…”

LoadingDataPanelText

Default value: “Loading Data…”

LoadingDataSourcePanelText

Default value: “Loading data source”

LoadingDataSourcePanelCounter

Default value: “{0} of {1}…”

EmptyColumnAliasPattern

Default value: “Column{0}”

PropertyGridDataCategoryName

Default value: “Data”

PropertyGridDesignCategoryName
PropertyGridBehaviorCategoryName

Default value: “Behavior”

PropertyGridConnectionCategoryName

Default value: “Connection”

QueryPropertyGridCommonCategoryName

Default value: “Common”

QueryPropertyGridTableSelectionCategoryName

Default value: “Table Selection”

QueryPropertyGridStoredProcCategoryName

Default value: “Stored Procedure”

QueryPropertyGridCustomSqlCategoryName

Default value: “Custom SQL”

RelationEditorRelationTypeInnerJoin

Default value: “Inner join”

RelationEditorRelationTypeLeftOuterJoin

Default value: “Left outer join”

RelationEditorRelationTypeRightOuterJoin
RelationEditorRelationTypeFullOuterJoin
RelationEditorRelationTypeMasterDetail

Default value: “Master-detail relation”

QueryDesignerJoinExpressionPattern

Default value: “{0} on {1}”

QueryDesignerJoinExpressionElementSeparator

Default value: “, “

QueryDesignerJoinTooltipPattern

Default value: “[{0}] {1} join [{2}] on {3}”

MessageWrongCharacterParameterName

Default value: “Parameter name ‘{0}’ contains wrong characters”

ConnectionStringPostfixServerExplorer

Default value: “ (from the Server Explorer)”

ConnectionStringPostfixAppConfig

Default value: “ (in the config file)”

RebuildResultSchemaWaitFormText

Default value: “The Field List is being populated…”

NoXpoProviderStringId

Default value: “The connection string contains no XpoProvider key or the specified key is invalid. \r\n\r\nException details:\r\n {0}”

DatabaseConnectionExceptionStringId

Default value: “Failed to connect to the database. To learn more, see the exception details. \r\n\r\nException details:\r\n {0}”

DatabaseConnectionExceptionMessage

Default value: “Connection name: {0}\r\n Error message:\r\n{1}\r\n”

WizardEmptyConnectionNameMessage

Default value: “The name cannot be null, empty or contain only whitespaces.”

WizardDataConnectionNameExistsMessage

Default value: “A data connection with the specified name already exists. Please specify a different connection name.”

CustomSqlQueryValidationException

Default value: “A custom SQL query should contain only SELECT statements.”

TableNotInSchemaValidationException

Default value: “The schema does not contain the specified table: "{0}".”

ColumnNullValidationException

Default value: “A column cannot be null.”

UnnamedColumnValidationException

Default value: “The column name is not specified.”

DuplicatingColumnNamesValidationException

Default value: “A column with the following name already exists: "{0}"."{1}".”

ColumnNotInSchemaValidationException

Default value: “The schema does not contain the following column: "{0}"."{1}".”

RelationColumnNullValidationException

Default value: “The relation column cannot be null.”

RelationColumnNotInSchemaValidationException

Default value: “The schema does not contain the following relation column: "{0}"."{1}".”

UnnamedTableValidationException

Default value: “The table name is not specified.”

DuplicatingTableNamesValidationException

Default value: “A table with the following name already exists: "{0}".”

IncompleteRelationValidationException

Default value: “The specified relation is incomplete: "{0}".”

RelationTableNotSelectedValidationException

Default value: “The reference table has not been selected: "{0}".”

NoTablesValidationException

Default value: “The collection of tables cannot be empty.”

TableNullValidationException

Default value: “A table cannot be null.”

NoColumnsValidationException

Default value: “The following table contains no columns: "{0}".”

RelationNullValidationException

Default value: “A relation cannot be null.”

NoRelationColumnsValidationException

Default value: “The specified relation does not contain key columns: "{0}".”

CircularRelationsValidationException

Default value: “Circular relations have been detected.”

TablesNotRelatedValidationException

Default value: “The following tables have no relations: "{0}".”

SortingBySameColumnTwiceValidationException

Default value: “The following column is used as a sorting criterion more than once: "{0}"."{1}".”

AggregateQueryInvalidSortingValidationException

Default value: “Invalid sorting column "{0}"."{1}". Results of a TableQuery containing aggregate functions can only be sorted by columns used as grouping criteria.”

AggregationWithoutAliasValidationException

Default value: “An aggregated column should have an alias.”

GroupByAggregateColumnValidationException

Default value: “Cannot group by an aggregate column: "{0}"."{1}".”

PartialAggregationValidationException

Default value: “The aggregation should be applied either to all of columns or to none of them.”

SqlStringEmptyValidationException

Default value: “The SQL string is null or empty.”

StoredProcNameNullValidationException

Default value: “The name of a stored procedure cannot be null.”

StoredProcNotInSchemaValidationException

Default value: “Cannot find the specified stored procedure: "{0}".”

StoredProcParamCountValidationException

Default value: “Parameter count mismatch: <{0}>, <{1}> is expected.”

StoredProcParamNullValidationException

Default value: “A parameter cannot be null.”

StoredProcParamNameValidationException

Default value: “Parameter name mismatch: <{0}>, <{1}> is expected.”

StoredProcParamTypeValidationException

Default value: “Parameter type mismatch: <{0}>, <{1}> is expected.”

StoredProcedureParameterTypeValidationException

Default value: “Parameter ‘{2}’ type mismatch: <{0}>, <{1}> is expected.”

FilterByColumnOfMissingTableValidationException

Default value: “There are no tables containing column [{0}], which is used in the filter string.”

FilterByMissingInSchemaColumnValidationException

Default value: “Column [{0}].[{1}] is used in the filter string, but is missing in DBSchema.”

FilterByMissingParameterValidationException
FilterByAmbiguousColumnValidationException

Default value: “The column name [{0}], which is used in the filter string, is ambiguous. Columns with this name exist in the following tables: {1}.”

CustomExpressionWithColumnOfMissingTableValidationException

Default value: “There are no tables containing column [{0}], which is used in the custom expression.”

CustomExpressionWithMissingInSchemaColumnValidationException

Default value: “Column [{0}].[{1}] is used in the custom expression, but is missing in DBSchema.”

CustomExpressionWithMissingParameterValidationException
CustomExpressionWithAmbiguousColumnValidationException

Default value: “The column name [{0}], which is used in the custom expression, is ambiguous. Columns with this name exist in the following tables: {1}.”

HavingWithoutGroupByValidationException

Default value: “Group filtering requires grouping.”

GroupByWithoutAggregateValidationException

Default value: “Grouping requires at least one aggregated column.”

SkipWithoutSortingValidationException

Default value: “Records are not sorted. Please add a sorting to be able to skip first N records.”

SkipWithoutSortingWebValidationException
TableNotSelectedValidationException

Default value: “The reference table has not been selected: "{0}".”

RelationException

Default value: “Cannot set relation between columns ‘{0}’.’{1}’ of type {2} and ‘{3}’.’{4}’ of type {5}.”

SortingNullValidationException

Default value: “A sorting criteria cannot be null.”

SortByAggregateColumnValidationException

Default value: “Cannot sort by an aggregate column: {0}({1}), because the query is not aggregated.”

GroupNullValidationException

Default value: “A grouping criteria cannot be null.”

NegativeTopSkipValidationException

Default value: “Top and Skip properties should be non-negative integer.”

ExpressionNullValidationException

Default value: “An expression cannot be null, either column or custom expression expected.”

ExpressionStringNullValidationException

Default value: “An expression string cannot be null”

ProviderNotSupportedException

Default value: “The following database provider is not supported: {0}.”

InvalidExpressionStringValidationException

Default value: “Cannot parse the following expression string: "{0}".”

GatheringTypesPanelText

Default value: “Gathering types information…”

ParameterlessConstructor

Default value: “default”

ObjectDataSourceWizard_CannotGetTypeProperties

Default value: “Cannot get properties for this type.”

ObjectDataSourceWizard_CannotGetPropertiesForThisMethodReturnType

Default value: “Cannot get properties for the type returned by this method.”

ODSWizardErrorNoDefaultCtor

Default value: “Cannot get item properties from IListSource without default constructor.”

ODSWizardErrorExceptionInCtor

Default value: “The default constructor of an ITypedList implementation has thrown an exception.”

ODSWizardErrorExceptionInGetItemProperties

Default value: “The GetItemProperties method of an ITypedList has thrown an exception.”

ODSWizardErrorStaticValue

Default value: “The type is static and it does not have any members returning IEnumerable.”

ODSErrorMissingMember

Default value: “A data member ‘{0}’ does not exist.”

ParameterListNull

Default value: “null”

ParameterListEmpty

Default value: “none”

MessageNonexistentQuery

Default value: “Query ‘{0}’ does not exist.”

MessageNonexistentColumn

Default value: “Column ‘{0}’.’{1}’ does not exist.”

QueryBuilderAliasAlreadyExists

Default value: “The specified alias already exists.”

QueryBuilderCanJoin

Default value: “Can join {0}”

QueryBuilderJoinedOn

Default value: “Joined on {0}”

QueryBuilderNothingSelected

Default value: “No column has been selected. Please select at least one column to proceed.”

QueryBuilderNoTablesSelected

Default value: “No table has been selected. Please select at least one table to proceed.”

QueryBuilderNoRules
QueryBuilderJoinEditorMissingData

Default value: “Not all parts of the expression are specified.”

QueryBuilderInvalidFilter

Default value: “Please click the ‘Filter…’ button to correct the filter string.”

QueryBuilderNoTablesAndViews

Default value: “A database does not contain tables or views and does not support SQL editing. To be able to run the Query Builder, make sure that your database contains at least one table or supports SQL editing.”

QueryBuilder_AllColumns

Default value: “*”

QueryBuilder_AllTables

Default value: “(all tables)”

QueryBuilder_RowCount
WizardNoEFDataContextsMessage

Default value: “The selected assembly does not contain Entity Framework data contexts.”

WizardCustomConnectionString

Default value: “Custom connection string”

WizardAssemblyLoadingDisallowed

Default value: “Cannot load this assembly for security reasons.”

ExcelEncryptedFileException_PasswordRequired

Default value: “A password is required to open this workbook.”

ExcelEncryptedFileException_WrongPassword

Default value: “The password is not correct. Please try again.”

ExcelEncryptedFileException_EncryptionTypeNotSupported

Default value: “The protected file cannot be opened.”

ExcelInvalidFileException_WrongFormat

Default value: “Incorrect file format”

ExcelInvalidFileException_BIFF5Format

Default value: “BIFF5 (Excel 5.0/95) XLS file format is not supported.”

ExcelInvalidFileException_CorruptedFile

Default value: “The file is corrupt.”

ExcelDataSource_SchemaLoadingText

Default value: “Schema loading…”

ExcelWizard_ValueSeparator_Comma

Default value: “Comma”

ExcelWizard_ValueSeparator_Semicolon

Default value: “Semicolon”

ExcelWizard_ValueSeparator_Tab

Default value: “Tab”

ExcelWizard_ValueSeparator_Space

Default value: “Space”

XmlFileStrategy_FileNameFilter

Default value: “XML Files”

FileNameFilter_AllFormats

Default value: “All Supported Formats”

FileNameFilter_Excel

Default value: “Excel Workbooks”

FileNameFilter_CSV

Default value: “CSV Files”

ResultRelation_ColumnNotFoundError

Default value: “Column not found: ‘{0}’.’{1}’.”

ExcelDataSource_FileNotFoundMessage

Default value: “{0}\r\nFile not found.\r\nCheck the file name and try again.”

ExcelDataSource_WorksheetIndexNotFoundMessage
ExcelDataSource_WorksheetNotFoundMessage
ConfigureQueryPage_CustomSqlWillBeLost

Default value: “Manual editing of custom SQL is not allowed. The current query is represented by a custom SQL query string, which will be lost if you proceed with editing the query using the Query Builder dialog. Do you want to discard the custom SQL and proceed with the Query Builder?”

ConnectionPropertiesPage_ProviderNotSupported

Default value: “Connection parameters were discarded because the {0} provider is not supported. \r\nSelect one of the available data providers and specify connection parameters or close the wizard \r\nusing the Close button to undo this change.”

DefaultNameParameter

Default value: “Parameter”

InvalidPortErrorMessage

Default value: “Invalid port number. A port number should be between 0 and 65535 inclusive.”

Type_Byte

Default value: “Non-negative number (8 bit integer)”

Type_SByte

Default value: “Number (8 bit integer)”

Type_UInt

Default value: “Non-negative number (32 bit integer)”

Type_UShort

Default value: “Non-negative number (16 bit integer)”

Type_ULong

Default value: “Non-negative number (64 bit integer)”

Type_Char

Default value: “Char”

Type_Object

Default value: “Object”

Type_TimeSpan
Type_ByteArray
XmlProviderNotSupportedFeatureException

Default value: “New query features are not supported in case of XML provider”

XmlProviderNotSupportedLabel

Default value: “Some of the query features are not supported for XML files.”

ProviderNotSupportedLabel
ProviderNotSupportedFeatureExceptionHeader
ProviderNotSupportedFeatureParametersInSelect
MessageCannotLoadCustomAssembly

Default value: “Unable to load the {0} assembly for the {1} context. Please choose an existing external assembly and/or existing context.”

SqlQueryExecutionException

Default value: “Query {0} failed to execute.”

SqlExecutionException

Default value: “Error trying to execute an SQL query{0}{1}.\nError: {2}”

SqlExecutionException_WithParameters

Default value: “ with parameters:”

QueriesFailedToExecute_ExceptionMessage

Default value: “One or more queries have failed to execute.”

QueriesFailedToValidate_ExceptionMessage

Default value: “One or more queries have failed to validate.”

RunExpressionEditor

Default value: “Expression Editor…”

ExpressionEditor_Caption
ExpressionEditor_InvalidCustomFunction

Default value: “Invalid function: ‘{0}’.”

ExpressionEditor_NotSupportedAggregateFunction

Default value: “The following aggregate function is not supported: ‘{0}’.”

ExpressionEditor_InvalidColumn

Default value: “Invalid column: ‘{0}’.”

ExpressionEditor_InvalidParameter

Default value: “Invalid parameter: ‘{0}’.”

ExpressionEditor_InvalidExpression

Default value: “Invalid expression.”

ExpressionEditor_DocumentationCategory_Functions_Tooltip

Default value: “function”

ExpressionEditor_DocumentationCategory_Operators_Tooltip

Default value: “operator”

ExpressionEditor_DocumentationCategory_Columns_Tooltip

Default value: “column”

ExpressionEditor_DocumentationCategory_Constants_Tooltip

Default value: “constant”

ExpressionEditor_DocumentationCategory_Parameters_Tooltip

Default value: “parameter”

ExpressionEditor_DocumentationCategory_Functions

Default value: “Functions”

ExpressionEditor_DocumentationCategory_Operators

Default value: “Operators”

ExpressionEditor_DocumentationCategory_Columns

Default value: “Columns”

ExpressionEditor_DocumentationCategory_Constants

Default value: “Constants”

ExpressionEditor_DocumentationCategory_Parameters

Default value: “Parameters”

ExpressionEditor_DocumentationCategory_Custom

Default value: “Custom”

ExpressionEditor_FunctionCategory_DateTime

Default value: “DateTime”

ExpressionEditor_FunctionCategory_Logical

Default value: “Logical”

ExpressionEditor_FunctionCategory_Math

Default value: “Math”

ExpressionEditor_FunctionCategory_Text

Default value: “String”

ExpressionEditor_FunctionCategory_Aggregate

Default value: “Aggregate”

ExpressionEditor_EmptyExpression

Default value: “The expression string cannot be empty.”

ExpressionEditor_DocumentationCategory_ColumnDescriptionFormat

Default value: “Type: {0}”

FilterEditor_TreeCreationError
UnknownType

Default value: “Unknown”

ConnectionAborted_ExceptionMessage

Default value: “The connection has been cancelled.”

ConnectionNotSpecified_ExceptionMessage

Default value: “No connection has been specified.”

ConfigureMultiQueryPage_TableCategory

Default value: “Tables”

ConfigureMultiQueryPage_ViewCategory

Default value: “Views”

ConfigureMultiQueryPage_SpCategory

Default value: “Stored Procedures”

ConfigureMultiQueryPage_QueryCategory

Default value: “Queries”

ConfigureMultiQueryPage_ValidateRelationError

Default value: “One or more relations are invalid. \r\nTo learn about the error details, click Edit Relations.”

GroupFilterStringEditorNoGroups

Default value: “Group filtering cannot be applied to data that is not grouped. Please apply data grouping first.”

ObjectDataSourceLoadingWarningMessage

Default value: “Loading the data sources referenced in this file may harm your computer. Was this file obtained from a trusted source?\r\n\r\nClick ‘Yes’ to load the data source content as is.\r\nClick ‘No’ to load only trusted data source content.”

EFFilterControl_EmptyFilterString

Default value: “A filter string cannot be null.”

MessageCannotOpenDatabase

Default value: “Unable to open a database.”

MessageCannotCreateSelectStatement

Default value: “Select statement creation failed.”

MessageCannotRebuildSchema

Default value: “An error occurred while rebuilding a data source schema.”

WizardPageChooseJsonSchema_EmptySelection

Default value: “Select at least one data field.”

WizardPageChooseJsonSource_UnknownFormat
WizardPageChooseJsonSource_DataLocationMismatch
WizardPageChooseMongoDBSchema_EmptySelection
Federation_SourceNullValidationErrorMessage
Federation_RootNullValidationErrorMessage
Federation_NodeIsNotUniqueValidationErrorMessage
Federation_NodeWithoutExpressionValidationErrorMessage
Federation_NodeExpressionNameNullValidationErrorMessage
Federation_ExpressionNodeNullValidationErrorMessage
Federation_DuplicatedExpressionNamesValidationErrorMessage
Federation_ConditionColumnNotExistValidationErrorMessage
Federation_ConditionColumnMissingInTableValidationErrorMessage
Federation_ConditionAmbiguousColumnNameValidationErrorMessage
Federation_ExpressionColumnNotExistValidationErrorMessage
Federation_ExpressionColumnMissingInTableValidationErrorMessage
Federation_ExpressionAmbiguousColumnNameValidationErrorMessage
Federation_FilterColumnNotExistValidationErrorMessage
Federation_FilterColumnMissingInTableValidationErrorMessage
Federation_FilterAmbiguousColumnNameValidationErrorMessage
Federation_ColumnNotExistInTableValidationErrorMessage
Federation_ColumnTableNotExistValidationErrorMessage
Federation_EmptySourceNameErrorMessage
Federation_DuplicateSourceNameErrorMessage
Federation_NestedFederatedDataSourceErrorMessage
Federation_UnionWithNoElementsValidationErrorMessage
Federation_UnionWithDifferentNumberOfColumnsErrorMessage
Federation_UnionWithDifferentColumnTypesErrorMessage
Federation_TransformationNodeWithoutRuleValidationErrorMessage
Federation_TransformationDuplicatedColumnNamesValidationErrorMessage
Federation_ObjectCycleValidationErrorMessage
MongoDB_NoQueriesMessage

Default value: “No queries.”

MongoDB_DuplicateQueryNameMessage

Default value: “A query with the specified name already exists: {0}.”

DataSourceFillExceptionMessage
IntegerDivisionValidationMessage
SchemaDiscoveryMaxItemCountExceptionMessage
MongoDB_QueryExecutionException

Default value: “Query {0} failed to execute.”

MongoDB_InvalidDatabaseName

Default value: “Invalid database name: “{0}”.”

MongoDB_InvalidCollectionName

Default value: “Invalid collection name: “{0}”.”

Wizard_NoDataSourcesForDataFederationMessage
LoadingPanelText
ManageQueries_QueryIsNotValid
ManageQueries_QueryIsNotValid_Postfix
XPObjectSource_PropertiesCollectionDoesNotContainFetch
XPObjectSource_IncorrectXmlRootElement
XPObjectSource_PropertyCannotBeFetched
XPObjectSource_ConnectionStringMissing
XPObjectSource_ConnectionStringIsEmpty
XPObjectSource_InvalidEntityTypeString
OdbcDriverDoesNotSupportOAuthErrorMessage

Remarks

For more information, refer to the Localization topic.

See Also