|
-
December 22nd, 2011, 08:18 PM
#1
[RESOLVED] What exactly are the <> doing?
DataTable<Customer> Customers=db.GetTable<Customer>();
I understand the simple DataTable myTable = new DataTable;
Please describe what adding <Customer> is called, how the system handles it and what it is doing. Also, where else might this be used?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|