Persist.NET Documentation Class Library

TransactionProperty.Freeze Method 

Freeze, do nothing

[Visual Basic]
NotOverridable Public Sub Freeze( _
   ByVal newContext As Context _
) Implements _
   IContextProperty.Freeze
[C#]
public void Freeze(
   Context newContext
);

Parameters

newContext
Missing <param> documentation for newContext

Implements

IContextProperty.Freeze

See Also

TransactionProperty Class | Persist.Attributes Namespace