Using table parameters (SqlDbType.Structured) in Mono 2.10

How, if at all, can I pass the table parameter to the query when using Mono? (I am currently using version 2.10.12)

It seems that the SqlDbType enumeration in Mono has not been extended to match the Microsoft enumeration implementation of the enumeration, nor has the SqlParameter class been updated to include the TypeName property.

Background and my question:

  • I am very familiar with table parameters
  • I have Google in general.
  • I tried to connect with others on the #mono channel on irc.gnome.org

Any help on this is greatly appreciated!

+5
source share
1 answer

. TypeName , MS.Net, Mono.

:

System.ArgumentOutOfRangeException: No mapping exists from SqlDbType Structured to a known DbType

System.Data.dll Mono 3.0, SqlDbType.Structured. SqlDbType Mono .

, , Mono UDT/table sql-. , . UDT .

0

All Articles