Click or drag to resize

CommenceAddRowSetGetRow Method

Overload List
  NameDescription
Public methodGetRow(Int32, CmcOptionFlags)
Returns an entire row's field values. Note that this method returns an array, whereas the native Commence method returns a delimited string.
(Overrides BaseRowSetGetRow(Int32, CmcOptionFlags).)
Public methodGetRow(Int32, String, CmcOptionFlags)
Returns an entire row's field values. Note that this method returns an array, whereas the native Commence method returns a delimited string.
(Overrides BaseRowSetGetRow(Int32, String, CmcOptionFlags).)
Top
See Also