Top "Sqldbtype" questions

a .NET enum for SQL Server-specific data types

DbType equivalent to SqlDbType.Bit

Does anyone know what is the DbType equivalent to SqlDbType.Bit? I am trying to convert param[0] = new SqlParameter("@Status", …

c# enterprise-library enterprise-library-5 sqldbtype dbtype
What does SqlDbType.Structured mean?

From msdn website I get the following: A special data type for specifying structured data contained in table-valued parameters. It …

c# sqlcommand sqlparameter sqldbtype
Convert SqlCommand Output to List<MyType>?

I am using an ADO.NET SqlCommand with a single SqlDbType.Structured parameter to send a table-valued parameter to a …

linq-to-sql list sqlcommand sqldbtype