DataProviderGetBasicStructureDetails Method

Get basic details of the structure.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual void GetBasicStructureDetails(
	IDisposable connection,
	DataStructure dataStructure,
	out string newName,
	out string newDescription
)

Parameters

connection
Type: SystemIDisposable
A connection to the current DataConnector of the structure.
dataStructure
Type: Dundas.BI.Data.MetadataDataStructure
The DataStructure to get details of.
newName
Type: SystemString
The name of the structure.
newDescription
Type: SystemString
The description of the structure.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when connection or dataStructure is .
See Also