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
)
Public Function ColumnSize (
columnName As String
) As Integer
Parameters
- columnName
- Type: SystemString
The name of the column
Return Value
Type:
Int32The ColumnSize of the specified column.
See Also