CLR UDF returning Varbinary(MAX)

后端 未结 3 1210
挽巷
挽巷 2021-01-25 16:09

Is it possible for a SQL CLR User-Defined Function to return the data type varbinary(MAX)?

In the documentation it mentions:

\"The input parameters and the type

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-25 16:40

    It appears that the answer is yes - you can use both varbinary(MAX) by returning "SqlBinary" or you can use SqlBytes as recommended above.

提交回复
热议问题