Click or drag to resize

SchemaInfoCollectionColumnSize Method

Returns the size of the specified column. If the column is unknown then -1 is returned.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int ColumnSize(
	string columnName
)

Parameters

columnName
Type: SystemString
The name of the column

Return Value

Type: Int32
The ColumnSize of the specified column.
See Also