RelationalReaderWrappedCommand Property |
Gets the wrapped command.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxprotected DbCommand? WrappedCommand { get; }Protected ReadOnly Property WrappedCommand As DbCommand
Get
protected:
property DbCommand^ WrappedCommand {
DbCommand^ get ();
}member WrappedCommand : DbCommand with get
Property Value
DbCommand
The wrapped command.
See Also