MappingName

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Raju Joseph

    #1

    MappingName

    Hi All,

    How can I determine what the MappingName is for a DataGrid? Right now, I am
    using DataGrid.DataMe mber to determine the MappingName. But this fails, if
    the DataGrid holds a DataRelation.

    Thanks,


  • Ken Tucker [MVP]

    #2
    Re: MappingName

    Hi,

    The datatable.table name


    Dim ts As New DataGridTableSt yle

    ts.MappingName = ds.Tables("Prod ucts").TableNam e

    http://msdn.microsoft.com/library/de...eNameTopic.asp

    Ken
    -----------------------------
    "Raju Joseph" <vze24srd@msn.c om> wrote in message
    news:%23oG0Kruc FHA.4040@TK2MSF TNGP14.phx.gbl. ..
    Hi All,

    How can I determine what the MappingName is for a DataGrid? Right now, I am
    using DataGrid.DataMe mber to determine the MappingName. But this fails, if
    the DataGrid holds a DataRelation.

    Thanks,



    Comment

    Working...