Re: DataRow Array size
- From: v-wywang@xxxxxxxxxxxxxxxxxxxx (WenYuan Wang [MSFT])
- Date: Mon, 03 Sep 2007 12:14:29 GMT
Hello Tomasz,
Thanks for your reply.
http://msdn2.microsoft.com/en-us/library/system.data.datacolumn.columnname(V
S.80).aspx
[DataColumn.ColumnName Property]
DataColumn.columnName property returns the name of current DataColumn
object.
Please try the following method and let me know if this is what you need.
I'm glad to assist you.
pSrchRows=gcnew array<DataRow^>((pSrchTable1->Select( pSrchColumn1->
columnName + L" = 'aaa' ")->Length);
Hope this helps.
Best regards,
Wen Yuan
Microsoft Online Community Support
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- Re: DataRow Array size
- From: WenYuan Wang [MSFT]
- Re: DataRow Array size
- Prev by Date: Re: Any known weirdness with MySQL?
- Next by Date: Re: ADO.Net and transaction locking
- Previous by thread: Re: DataRow Array size
- Next by thread: Re: DataRow Array size
- Index(es):
Relevant Pages
|