IDatabase.LastSqlStatement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::HostIntegration::Drda::Common::IStatement ^ LastSqlStatement { Microsoft::HostIntegration::Drda::Common::IStatement ^ get(); void set(Microsoft::HostIntegration::Drda::Common::IStatement ^ value); };
public Microsoft.HostIntegration.Drda.Common.IStatement LastSqlStatement { get; set; }
member this.LastSqlStatement : Microsoft.HostIntegration.Drda.Common.IStatement with get, set
Public Property LastSqlStatement As IStatement