Share via


xRecord.getSQLStatement Method

Definition

Gets the SQL statement that is used to return records from the database.

public:
 virtual System::String ^ getSQLStatement();
public virtual string getSQLStatement ();
abstract member getSQLStatement : unit -> string
override this.getSQLStatement : unit -> string
Public Overridable Function getSQLStatement () As String

Returns

The string that contains the SQL statement.

Applies to