QuickObjects.ObjectBase Send comments on this topic.
GetStringsFromColumn Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : GetStringsFromColumn Method
drs
field

GetStringsFromColumn

Goes through all records in a DataRowCollection and adds all the values for the field name into an array of strings.

Returns:
Type
System.String[]

Syntax

C# 
public string[] GetStringsFromColumn( 
   DataRowCollection drs,
   string field
)

Parameters

drs
field

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also