Version

IsDataKeyNumeric Property

Indicates whether the DataKeyMember property names a text-based or numeric key.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property IsDataKeyNumeric As Boolean
protected virtual bool IsDataKeyNumeric {get;}
Remarks

Inheritors should override this property to return true if their ScheduleDataBinding subclass uses a numeric DataKey (for example, an identity column in a relational database table). This permits certain optimizations to be made during data binding, and in enabling more efficient relationships.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also