ニュース

Sets or returns the SQL statement that defines the query executed by a ** [QueryDef] (querydef-object-dao.md)** object. *expression* A variable that represents a **QueryDef** object. The **SQL** ...
Temporary QueryDef objects are useful for queries that you must run repeatedly during run time but do not not need to save to disk, particularly if you create their SQL statements during run time. You ...