Class OdfDatabaseQueryStatementInfo
Represents a summary of a query sort or filter statement (db:order-statement/db:filter-statement).
表示查詢的排序或篩選陳述式摘要(db:order-statement/db:filter-statement)。
public sealed class OdfDatabaseQueryStatementInfo
- Inheritance
-
OdfDatabaseQueryStatementInfo
- Inherited Members
Constructors
OdfDatabaseQueryStatementInfo(string, bool?)
Represents a summary of a query sort or filter statement (db:order-statement/db:filter-statement).
表示查詢的排序或篩選陳述式摘要(db:order-statement/db:filter-statement)。
public OdfDatabaseQueryStatementInfo(string command, bool? applyCommand)
Parameters
commandstringThe statement command text. / 陳述式命令文字。
applyCommandbool?Whether to apply this statement. / 是否套用此陳述式。
Properties
ApplyCommand
Gets whether to apply this statement. 取得是否套用此陳述式。
public bool? ApplyCommand { get; }
Property Value
- bool?
Command
Gets the statement command text. 取得陳述式命令文字。
public string Command { get; }