LLBLGenProDataSourceDesigner2CanConfigure 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.4.0.0 (5.4.0)
Syntaxpublic override bool CanConfigure { get; }Public Overrides ReadOnly Property CanConfigure As Boolean
	Get
Property Value
Type: 
BooleanReturn Value
Type: 
Booleantrue, if 
Configure can be called; otherwise, false. The default is false.
Implements
IDataSourceDesignerCanConfigure
See Also