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

DataSource..::..StrictMode Property

Gets a value indicating whether strict mode is enabled.

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

Syntax


public bool StrictMode { get; }
Public ReadOnly Property StrictMode As Boolean
	Get
public:
property bool^ StrictMode {
	bool^ get ();
}

Remarks


Strict mode requires all properties that don't represent columns to be marked with the NotMapped attribute.