StatisticBuilderPanel ColInfoExists Method A Sandcastle Documented Class Library
Determines whether a column is a set, coded column stored in the ColumnInfo table.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private bool ColInfoExists(
	string colName,
	DataSet colInfo
)

Parameters

colName
Type: System String
colInfo
Type: System.Data DataSet

Return Value

Type: Boolean
See Also