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.0.0.0 (5.0.0)
Syntax
public DynamicProperty(
	string name,
	Type type
)

Parameters

name
Type: SystemString
type
Type: SystemType
See Also