DefaultValueExpressionAttribute Constructor

Definition

Namespace: Gemstone.Expressions.Model
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.177 -- Release Build+0fbaf9203c8e783860e624bc3718f6596499a9a7
public DefaultValueExpressionAttribute(
	string expression
)

Parameters

expression  String
C# expression that will evaluate to the desired default value.

See Also