Click or drag to resize

TableSchemaFindColumn Method

Locates column by its name.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public TableSchemaColumn FindColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name.

Return Value

Type: TableSchemaColumn
Schema column or null (Nothing in Visual Basic) if the given column cannot be found.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null.
ArgumentExceptioncolumnName is an empty string.
See Also