Show / Hide Table of Contents

Class AdoNetReminderTableOptions

Options for ADO.NET reminder storage.

Inheritance
System.Object
AdoNetReminderTableOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Reminders.AdoNet.dll
Syntax
public class AdoNetReminderTableOptions : object

Properties

| Improve this Doc View Source

ConnectionString

Gets or sets the connection string.

Declaration
public string ConnectionString { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Invariant

Gets or sets the ADO.NET invariant.

Declaration
public string Invariant { get; set; }
Property Value
Type Description
System.String

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX