Click or drag to resize

BaseDataFramegetColumnT Method

Returns all data in a column, attempting to cast it as T

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public T[] getColumn<T>(
	int column
)

Parameters

column
Type: SystemInt32
Column to return

Type Parameters

T
Type to attempt to cast data to

Return Value

Type: T
See Also