Spread for ASP.NET 9.0 Product Documentation
UseRowIndex Property (IDataKeySupport)


Determines whether the GetKey method generates a key for a row.
Syntax
'Declaration
 
ReadOnly Property UseRowIndex As Boolean
'Usage
 
Dim instance As IDataKeySupport
Dim value As Boolean
 
value = instance.UseRowIndex
bool UseRowIndex {get;}

Property Value

true if the GetKey method takes the row index as the parameter; false if the GetKey method takes the column index as parameter
Remarks
This property is true if the GetKey method generates a key for the specified row and false if the GetKey method generates a key for the specified column.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

IDataKeySupport Interface
IDataKeySupport Members
GetKey Method

 

 


Copyright © GrapeCity, inc. All rights reserved.