HistoryRepository.TableSchema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The schema that contains the history table, or null if the default schema should be used.
protected virtual string TableSchema { get; }
[System.Runtime.CompilerServices.Nullable(2)]
protected virtual string? TableSchema { get; }
protected virtual string? TableSchema { get; }
member this.TableSchema : string
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.TableSchema : string
Protected Overridable ReadOnly Property TableSchema As String
Property Value
- Attributes