RelationalReaderWrappedCommand Property  | 
 
            Gets the wrapped command.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
DbCommand
            The wrapped command.
            
See Also