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

DataSourceSettings..::..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


public Nullable<bool> StrictMode { get; set; }
Public Property StrictMode As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> StrictMode {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}

Remarks


Strict mode requires all properties that don't represent columns to be marked with the NotMapped attribute. Leave null to inherit settings from the parent data source.