| 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
)
Public Function FindColumn (
columnName As String
) As TableSchemaColumn
Parameters
- columnName
- Type: SystemString
Column name.
Return Value
Type:
TableSchemaColumnSchema column or null (Nothing in Visual Basic) if the given column cannot be found.
Exceptions See Also