Table of Contents

Class OdfDatabaseQueryStatementInfo

Namespace
OdfKit.Database
Assembly
OdfKit.dll

Represents a summary of a query sort or filter statement (db:order-statementdb:filter-statement). 表示查詢的排序或篩選陳述式摘要(db:order-statementdb: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-statementdb:filter-statement). 表示查詢的排序或篩選陳述式摘要(db:order-statementdb:filter-statement)。

public OdfDatabaseQueryStatementInfo(string command, bool? applyCommand)

Parameters

command string

The statement command text. / 陳述式命令文字。

applyCommand bool?

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; }

Property Value

string