Home

Overload List

NameDescription
getVar(Int32)
returns value @ column(x) of current row or resultSet
getVar(String)
gets value at supplied column key of current row or resultSet and returns it as a SqlDataClass
getVar(Int32, Object%)
gets value @ column(x) of current row or resultSet and stores it to the referenced object
getVar(String, Object%)
gets variable at supplied column key, at the current row and stores it to the referenced object

See Also