Do we have a logical argument for the missing geography data type in the SqlDbType enumeration

I'm just wondering if there is any logical or architectural opinion not to include the geodata data type in the SqlDbType enum in C #

They added SqlDataType to a new assembly called "Microsoft.SqlServer.Smo", which contains the geography data type. But why is this a big division? When we use the SqlCommand object to query the SQL server, we have no SqlDataType parameter in its constructor.

+4
source share
1 answer

SQL. CLR User Defined Types (SqlDbType.Udt).

UDT https://msdn.microsoft.com/en-us/library/ms131080.aspx

+2

Source: https://habr.com/ru/post/1609104/


All Articles