VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / CloneInternals Method


In This Topic
    CloneInternals Method
    In This Topic
    Creates a copy of this instance of System.Data.Common.DataAdapter.
    Syntax
    'Declaration
     
    
    <System.ObsoleteAttribute("CloneInternals() has been deprecated.  Use the DataAdapter(DataAdapter from) constructor.  http://go.microsoft.com/fwlink/?linkid=14202")>
    <System.Security.Permissions.PermissionSetAttribute("FullTrust")>
    Protected Function CloneInternals() As System.Data.Common.DataAdapter
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    Dim value As System.Data.Common.DataAdapter
     
    value = instance.CloneInternals()
    [System.Obsolete("CloneInternals() has been deprecated.  Use the DataAdapter(DataAdapter from) constructor.  http://go.microsoft.com/fwlink/?linkid=14202")]
    [System.Security.Permissions.PermissionSet("FullTrust")]
    protected System.Data.Common.DataAdapter CloneInternals()

    Return Value

    The cloned instance of System.Data.Common.DataAdapter.
    Requirements

    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

    See Also