Open this page in the API Guide

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

Parameters

connection
Type: System.IDisposable
A connection to the current DataConnector of the structure.
dataStructure
Type: Dundas.BI.Data.Metadata.DataStructure
The DataStructure to get details of.
newName
Type: System.String
The name of the structure.
newDescription
Type: System.String
The description of the structure.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when connection or dataStructure is null.
See Also