Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SqlBuilderEntry<(Of <(<'TDbType>)>)>..::..RestrictedUpdate Property

Gets a value indicating whether restricted from updating.

Namespace:  Tortuga.Chain.CommandBuilders
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool RestrictedUpdate { get; set; }
Public Property RestrictedUpdate As Boolean
	Get
	Set
public:
property bool^ RestrictedUpdate {
	bool^ get ();
	void set (bool^ value);
}