[This is preliminary documentation and is subject to change.]
Copy the default dataset attributes to the Information Entities in the Information
Model that define them.
| C# | Visual Basic | Visual C++ |
public void AddDefaultAttributesToInformationModel( bool overWriteExistingValue, DataSet defaultDataset )
Public Sub AddDefaultAttributesToInformationModel ( _ overWriteExistingValue As Boolean, _ defaultDataset As DataSet _ )
public: void AddDefaultAttributesToInformationModel( bool overWriteExistingValue, DataSet^ defaultDataset )
- overWriteExistingValue (Boolean)
- Boolean to indicate whether any already existing value should be overwritten or not.
- defaultDataset (DataSet)
- Dataset containing all the default values.