SAGE DATA OBJECTS > C#


sage line 50 sage line 100 sage line 50 training 50 line pos sage sage line 50 financial controller 100 line sage software 50 line sage software training 50 accounting line sage software sage line 50 software sage line sage line 50 training course 50 controller financial line sage v12 sage line 50 note 100 50 line sage 50 cheap discount line sage Searches done in April 2006 Count Search Term sage software sage accounting software sage payroll software sage software inc 100 line sage software 50 line sage software training act sage software sage payroll software training sage software training 50 accounting line sage software sage software mas 90 sage line 50 software accounting sage sales software sage payroll software course sage account software discount sage software sage accounting software uk sage book keeping software form sage software sage line50 software C# .NET Visual Basic .NET VB.NET Component OCX DLL Return to Sage Data Objects for .NET homepage DataRecordNumber

DataRecordNumber Property

Sets or returns a record number of a record in a data file that relates to an index entry.

Syntax

object.DataRecordNumber

The DataRecordNumber property syntax has these parts;

Part Description
object An expression that evaluates to an object in the Applies To list
value The record number of a record in the data file relative to the index.

Remarks

To add a new entry to an index you would set the DataRecordNumber property, the Key property and then call the Add method. This will automatically update the index with the new entry,

To remove an entry from an index you would again set the DataRecordNumber property and the Key property and then call the Remove method. See the Add and Remove methods for more information.