Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IDataSourceSupport Interface / DataKeyField Property
Example


In This Topic
    DataKeyField Property (IDataSourceSupport)
    In This Topic
    Gets or sets the data key field (row identifier).
    Syntax
    'Declaration
     
    
    Property DataKeyField As Object
    'Usage
     
    
    Dim instance As IDataSourceSupport
    Dim value As Object
     
    instance.DataKeyField = value
     
    value = instance.DataKeyField
    object DataKeyField {get; set;}

    Property Value

    Object containing the data key
    Example
    This example binds the model to a data set.
    See Also