Click or drag to resize

Expression Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the Expression class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected Expression(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Info.
context
Type: System.Runtime.SerializationStreamingContext
Context.
See Also