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

IDataSource..::..StrictMode Property

Gets or sets a value indicating whether strict mode is enabled.

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

Syntax


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

Remarks


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