Open this page in the API Guide

IDataInputService.AddDataStorageColumn Method

Adds 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 AddDataStorageColumn(
	DataInputTransform transform,
	string name,
	DataInputType dataInputType,
	Object defaultColumnValue
)

Parameters

transform
Type: Dundas.BI.Data.Transforms.DataInputTransform
The data input transform.
name
Type: System.String
The column name.
dataInputType
Type: Dundas.BI.Data.Metadata.DataInputType
The column data input type.
defaultColumnValue
Type: System.Object
The default column value.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is null.
ArgumentExceptionname is null or Empty.
DuplicateItemExceptionA column with the specified name already exists.
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