Difference between revisions of "Activity:EditOLEValue (Activity)"
(→Arguments) |
(→Arguments) |
||
Line 22: | Line 22: | ||
| DataRow|| {{DataRow_MSDN}}|| In|| Row to be edited | | DataRow|| {{DataRow_MSDN}}|| In|| Row to be edited | ||
|- align="left" | |- align="left" | ||
− | | DataType|| DbType|| In || Name of activity | + | | DataType|| DbType|| In || Name of activity |
|- align="left" | |- align="left" | ||
− | | DisplayName|| {{String_MSDN}}|| In || Name of activity | + | | DisplayName|| {{String_MSDN}}|| In || Name of activity and name of column |
|- align="left" | |- align="left" | ||
| IsPrimary || {{Boolean_MSDN}}|| In || Set to '''true''' for primary key columns; otherwise '''false''' | | IsPrimary || {{Boolean_MSDN}}|| In || Set to '''true''' for primary key columns; otherwise '''false''' |
Revision as of 12:43, 5 March 2015
The EditOLEValue activity provides access to a single column value of a row within an OLE compliant data source. It is typically nested within a CreateOLERow or EditOLERow.