Contents Index Close method Delete method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULTable class

Column method


Column( name As String ) As ULColumn
Member of UltraLiteAFLib.ULTable

Description 

Returns the object for the specified column name.

For information about the ULColumn object, see Column

Parameters 

name    The name of the column to return.

Returns 

Returns a Columns object.


Contents Index Close method Delete method