Open this page in the API Guide

IDataInputService.RemoveDataStorageColumn Method

Removes the specified data storage column.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void RemoveDataStorageColumn(
	DataInputTransform transform,
	string name
)

Parameters

transform
Type: Dundas.BI.Data.Transforms.DataInputTransform
The data input transform.
name
Type: System.String
The column name.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is null.
ArgumentExceptionname is null or Empty.
NotFoundExceptionThe column with the specified name could not be found.
NoPrivilegeExceptionThe caller does not have the Write privilege on the underlying parent entity.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also