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
Syntaxpublic string QueryName { get; set; }
Public Property QueryName As String
Get
Set
public:
property String^ QueryName {
String^ get ();
void set (String^ value);
}
member QueryName : string with 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