FilterByMissingInSchemaColumnValidationException(String, String) Constructor
Initializes a new instance of the FilterByMissingInSchemaColumnValidationException class with the specified settings.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
table | String | A String value, specifying the table name. |
column | String | A String value, specifying the column name. |
See Also