Click or drag to resize

DataAccessQueryQueryName Property

The name of the query which to execute

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public string QueryName { get; set; }

Property Value

Type: String
Remarks
There are several types of queries a server defines. Usually all tables have queries with the same name. Other types of queries include reporting and lookup queries. Check the server for the list of supported queries.
See Also