MVPSI.JAMS.Activities.Oracle Namespace : OracleQueryScalar<TResult> Class |
For a list of all members of this type, see OracleQueryScalar<TResult> members.
Name | Description | |
---|---|---|
![]() | CommandText | The Script to be executed. |
![]() | ConnectionString | The database connection string. |
![]() | ContinueOnError | When true, the activity will not fail after a sql error. |
![]() | DisplayName | (Inherited from System.Activities.Activity) |
![]() | Id | (Inherited from System.Activities.Activity) |
![]() | Result | (Inherited from System.Activities.Activity<TResult>) |
![]() | ResultType | (Inherited from System.Activities.ActivityWithResult) |
Name | Description | |
---|---|---|
![]() | AbortOnTaskFailure | By default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>) |
![]() | CanInduceIdle | Allows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>) |
![]() | Constraints | (Inherited from System.Activities.Activity) |
![]() | Implementation | (Inherited from System.Activities.NativeActivity<TResult>) |
![]() | Task | Gets the System.Threading.Task which performs the activity's work. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>) |
![]() | UserState | Gets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>) |