myDataView.GetPositionInDataTable ( DataViewPosition As Integer )
- From: tsalm@xxxxxxx
- Date: 5 Jul 2006 00:36:08 -0700
Hello,
I've a DataView of a DataTable
and this dataview is row-filtering
I know that I can get the position of the current binding by a :
Me.BindingContext(myDataView).Position
But is there a way to get the corresponding position in the DataTable ?
Something like this :
myDataView.GetPositionInDataTable ( DataViewPosition As Integer )
Thanks in advance
TSalm
.
- Follow-Ups:
- Re: myDataView.GetPositionInDataTable ( DataViewPosition As Integer )
- From: Stephen Howe
- Re: myDataView.GetPositionInDataTable ( DataViewPosition As Integer )
- Prev by Date: Re: xml file into mssql
- Next by Date: Re: myDataView.GetPositionInDataTable ( DataViewPosition As Integer )
- Previous by thread: Re: xml file into mssql
- Next by thread: Re: myDataView.GetPositionInDataTable ( DataViewPosition As Integer )
- Index(es):