NPersistence Reference Guide
Set an entity manager property or hint. If a vendor-specific property or hint is not recognized, it is silently ignored.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
void SetProperty(
	string propertyName,
	Object value
)

Parameters

propertyName
String
name of property or hint
value
Object
value for property or hint

Exceptions

ExceptionCondition
System..::..ArgumentException if the second argument is not valid for the implementation

See Also