TableQuery(String) Constructor
Initializes a new instance of the TableQuery class with the specified settings.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
queryName | String | A String value. This value is assigned to the SqlQuery.Name property. |
See Also