| Miner.Interop Namespace > IMMPersistentListItem Interface : SaveToDB Method | 
'DeclarationSub SaveToDB( _ ByVal bstrTreeName As System.String, _ ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _ )
'UsageDim instance As IMMPersistentListItem Dim bstrTreeName As System.String Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace instance.SaveToDB(bstrTreeName, pWorkspace)
void SaveToDB( System.string bstrTreeName, ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace )
procedure SaveToDB( 
    bstrTreeName: System.String;
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace
); 
            function SaveToDB( bstrTreeName : System.String, pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace );
void SaveToDB( System.string* bstrTreeName, ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace )
void SaveToDB( System.String^ bstrTreeName, ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2