Showing posts with label Sql Data Types Equivalent to C# Data Type. Show all posts
Showing posts with label Sql Data Types Equivalent to C# Data Type. Show all posts

Monday, November 10, 2008

Sql Data Types Equivalent to C# Data Type

The Following things are to be useful for know the c# Data types which is equivalent to Sql Data types.

tiny int --- byte
small int --- short
int --- int
bigint --- long
varchar --- string
bit --- bool
small money --- decimal
money --- decimal
numeric --- decimal
decimal --- decimal
datetime --- datetime
smalldatetime --- datetime

I hope its little bit useful for u all.

Krishna
Sharing Tech Thoughts