Clones the structure of the 
DbDataTable, including all 
System.Data.DataTable schemes and constraints.
            
            
            
            
            'Declaration
 
Public Overrides Function Clone() As DataTable
             
        
            
            public override DataTable Clone()
             
        
             
        
            
            
            Return Value
A new 
DbDataTable with the same schema as the current 
DbDataTable.