Click or drag to resize

DynamicProperty Constructor

Initializes a new instance of the DynamicProperty class

Namespace:  SD.LLBLGen.Pro.LptParser.DynamicLinq
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public DynamicProperty(
	string name,
	Type type
)

Parameters

name
Type: SystemString
type
Type: SystemType
See Also