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: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
void SetProperty(
string propertyName,
Object value
)
Parameters
- propertyName
- String
name of property or hint
- value
- Object
value for property or hint
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | if the second argument is
not valid for the implementation |
See Also