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 (26.2.0.1000)
Syntax
public virtual void GetBasicStructureDetails(
	IDisposable connection,
	DataStructure dataStructure,
	out string?? newName,
	out string?? newDescription
)

Parameters

connection  IDisposable
A connection to the current DataConnector of the structure.
dataStructure  DataStructure
The DataStructure to get details of.
newName  String
The name of the structure.
newDescription  String
The description of the structure.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when connection or dataStructure is .
See Also