[This is preliminary documentation and is subject to change.]
Copy from the given source Dataset into the local Dataset as defined by the
default Tag Type list.
| C# | Visual Basic | Visual C++ |
public virtual void CopyFrom( AttributeSet sourceDataset )
Public Overridable Sub CopyFrom ( _ sourceDataset As AttributeSet _ )
public: virtual void CopyFrom( AttributeSet^ sourceDataset )
- sourceDataset (AttributeSet)
- Source Dataset used to populate the local Dataset.