bit(160) type equivalent in .Net ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
bradk
Posts: 34
Joined: Thu 20 Apr 2006 01:42

bit(160) type equivalent in .Net ?

Post by bradk » Fri 08 Sep 2006 19:58

Hello, can we use the bit data type with the Corelab provider ? What is the equivalent .Net CLR type ? It appears it may be a string, but I could also see it as a byte array. Please inform. Thanks.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 11 Sep 2006 11:18

You can use the bit data type with the Corelab provider. The equivalent is BitArray.

Post Reply