Quantcast
Channel: EntityFramework Reverse POCO Code First Generator
Viewing all articles
Browse latest Browse all 1642

Created Unassigned: Generate optional parameter information in sproc methods [91]

$
0
0
For stored procedures there is currently no handling of optional parameters; all parameters are indicated to be non-optional.

I've been trying to find a way to find this information, for instance for information_schema, but the best (and only working) solution is the big blob of SQL from this comment [http://stackoverflow.com/a/15827063](http://stackoverflow.com/a/15827063)

Quite the complex and error-prone way to get the information though.

Has this been discussed ?

Viewing all articles
Browse latest Browse all 1642

Trending Articles