FilterBuilderPanel ColSchemaExists Method A Sandcastle Documented Class Library
Helper method for the LoadOperators method, gets DB_TYPE information from the DataSet return from a select TOP 1 on the target table.

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

private string ColSchemaExists(
	string colName,
	DataTable colSchema
)

Parameters

colName
Type: System String
colSchema
Type: System.Data DataTable

Return Value

Type: String
See Also