strongly-typed-dataset
How to return a strongly-typed object from a SubSonic SPROC call with SPROC parameters?
I have a data caller method that returns a SubSonic collection of type ItemDatumCollection. The sproc is executed as follows:[详细]
2023-03-09 09:06 分类:问答Best way to Querying TypedDataSet
I have to done optimization of my code. I am using typedDataset. For querying type dataset what is the best method.[详细]
2023-03-08 04:48 分类:问答Table adapter update in transaction scope keeps timing out
So I have a typed dataset that I have created records for from another database (Over 500,000 records!).I need to import all of these records into the other database and have the following code (minus[详细]
2023-03-07 01:11 分类:问答In my typed dataset, will the Update method run as a transaction?
I have a typed dataset for a table called People.When you call the update method of a table adapter and pass in the table, is it run as a transaction?[详细]
2023-03-06 20:45 分类:问答Why does a typed dataset cause an insert rather than an update (causing primary key violation)?
I\'m trying to use a dataset to update some rows in a database, simple. I\'m creating a typed dataset instance, disabling constraints, adding a few rows to one table and populating a few of the colu[详细]
2023-03-06 00:29 分类:问答Serializing strongly typed dataset with extra column
I have a strongly typed dataset with a strongly typed datatable which i pass to my wcf service. I have added an extra 开发者_如何学编程column runtime on this table which is not in the xsd.[详细]
2023-03-04 10:25 分类:问答Strongly-typed dataset: how to save data on db after adding data?
I know this is a silly question and I feel so stupid, but I can\'t find the right (the easy) way to accomplish my task.[详细]
2023-03-04 09:16 分类:问答typed dataset, cascade delete of child table records
I have a typed dataset with two tables like this: Table A (Parent Table) IDMessageID 11 21 32 43 Table B (Child Table)[详细]
2023-03-03 02:15 分类:问答Disable referential integrity in .NET typed dataset?
I have a large typed dataset which I want to partially fill for unit testing, however the dataset has sprawling referential integrity, meaning I can\'t just populate the small areas of data relevant t[详细]
2023-03-02 17:10 分类:问答Typed DataSet row creation doubt
I\'ve created a DataSet with 2 Data Tables exported from a DataBase with 2 related tables: TableA (idTableA, name, idTableB)[详细]
2023-02-23 05:01 分类:问答