Click or drag to resize

LLBLGenProDataSourceDesigner2.CanConfigure Property

Gets a value indicating whether the Configure() method can be called.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public override bool CanConfigure { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true, if Configure() can be called; otherwise, false. The default is false.

Implements

IDataSourceDesigner.CanConfigure
See Also