| NewOptionsReadAfter Property |
Linkar Framework .NET (Core and Framework)
Reads the record again and returns it after the creation. Calculated, Conversion, FormatSpec and OriginalRecords will only make effect if this option is true.
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax public bool ReadAfter { get; }
Public ReadOnly Property ReadAfter As Boolean
Get
public:
property bool ReadAfter {
bool get ();
}
member ReadAfter : bool with get
Property Value
BooleanSee Also