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

Parameters

transform  DataInputTransform
The data input transform.
name  String
The column name.
dataInputType  DataInputType
The column data input type.
defaultColumnValue  Object
The default column value.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
ArgumentExceptionname is 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