Opened 16 years ago
Closed 11 months ago
#375 closed enhancement (wontfix)
Include SupportsBatchParameters capability
Reported by: | jng | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | FDO API | Version: | 3.2.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
There is currently no capability API to determine if a given connection supports batch parameter values. The current way to find out (that I know of, quite hacky) is to see if the IInsert.BatchParameterValues property is null or not (null -> unsupported, not null -> supported)
Note:
See TracTickets
for help on using tickets.