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


In This Topic
    DataMember Property (IDataSourceSupport)
    In This Topic
    Gets or sets the data member (table name).
    Syntax
    'Declaration
     
    
    Property DataMember As String
    'Usage
     
    
    Dim instance As IDataSourceSupport
    Dim value As String
     
    instance.DataMember = value
     
    value = instance.DataMember
    string DataMember {get; set;}

    Property Value

    String containing the data member
    Example
    This example binds the model to a data set.
    See Also