Determines whether the GetKey method generates a key for a row.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property UseRowIndex As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IDataKeySupport
Dim value As Boolean
value = instance.UseRowIndex |
C# | |
---|
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
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also