an
saurus
tags:
ado.net
views:
37
answers:
0
+1
Q:
DataColumn.AutoIncrementSeed = -1
What does it means if AutoIncrementSeed property has value -1 ?
related questions
What is the best data access paradigm for scalability?
Output parameters not readable when used with a DataReader
Handling empty values with ADO.NET and AddWithValue()
ADO.NET Entity Framework tutorials
How do you create a database from an EDM?
Old-school SQL DB access versus ORM (NHibernate, EF, et al). Who wins?
How to log in T-SQL
Anyone using the Entity Framework *Well*?
What are the disadvantages of Typed DataSets
What's the best way to detect if an IDataReader is empty?
What real-world usages of ADO.NET Entity Framework do you know?
Where WCF and ADO.Net Data services stand?
Flex and ADO.NET Data Services...anyone done it?
Simulating queries of large views for benchmarking purposes
How to Catch an exception in a using block with .NET 2.0?
How can I retrieve a list of parameters from a stored procedure in SQL Server
How do you prevent leading zeros from being stripped when importing an excel doc using c#
ADO.NET Mapping From SQLDataReader to Domain Object?
ADO.NET Entity vs NHibernate
[ADO.NET ERRROR]: CREATE DATABASE permission denied in database 'master'. An attempt to attach an auto-named database for file HelloWorld.mdf failed...
[ADO.NET] What's the deal with |Pipe-delimited| variables in connection strings?
[ADO.NET] System.Data.SqlClient.SqlException: Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.
ADO.NET Connection Pooling & SQLServer
How do you persist a tree structure to a database table with auto incrementing IDs using an ADO.NET DataSet and a DataAdapter
How to learn ADO.NET