PC Review


Reply
Thread Tools Rate Thread

DataTable - what SQL does it support?

 
 
SpaceMarine
Guest
Posts: n/a
 
      11th Oct 2007
hello,

does anyone know where i can find documentation on what sort of SQL
can be used on the filter & view methods for DataTables?

i see plenty of use of standard statements in use, but im interested
in knowing which helper-methods such as UPPER('foo'), etc...


thanks,
sm

 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      11th Oct 2007
Search .NET SDK document or VS help for "DataColumn.Expression"


"SpaceMarine" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> hello,
>
> does anyone know where i can find documentation on what sort of SQL
> can be used on the filter & view methods for DataTables?
>
> i see plenty of use of standard statements in use, but im interested
> in knowing which helper-methods such as UPPER('foo'), etc...
>
>
> thanks,
> sm
>


 
Reply With Quote
 
Cor Ligthert[MVP]
Guest
Posts: n/a
 
      12th Oct 2007
sm,

For filtering DataTables are the DataView.Filter and the DataTable.Select.

However don't have the mistake that a DataTable is a kind of database. It is
not, it is just an OO class which can be wrapped in a DataSet and uses in
its collections the DataColumn class and the DataRow class.

Cor

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
One DataTable class in two datasets - design-time support Jiří Neužil Microsoft ADO .NET 5 2nd Feb 2007 11:56 PM
what is the best way to make a DataTable thread safe? DataTable.AcceptChanges() will throw exception (not documented) Ryan Liu Microsoft C# .NET 3 7th Jun 2006 05:07 PM
Do DataTable's in ASP.NET 2.0 support "blob" datatypes? Ray Stevens Microsoft ADO .NET 2 25th Oct 2005 06:11 AM
Retrieving datarows using DataTable.Select method and adding it to new DataTable C.Anand via DotNetMonster.com Microsoft ADO .NET 4 4th Apr 2005 05:21 PM
How can I use real SQL on a DataTable? i.e. not array of rows using a filter... as in DataTable.Select Dan V. Microsoft C# .NET 3 1st Jul 2004 03:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:20 PM.