PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a partial copy of this MetaDataSet, including the data in the DataSet. Note that the data tables in this MetaDataSet are of the type System.Data.DataTable instead of Smartsite.Data.MetaDataTable. The new instance is not readonly.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public  CopyMetaDataSet()
Visual Basic (Declaration)Copy imageCopy Code
Public Function CopyMetaDataSet As 

Return Value

See Also

Advanced