LLBLGenProDesignerDataSourceView2CanInsert Property |
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)
Syntax public override bool CanInsert { get; }
Public Overrides ReadOnly Property CanInsert As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue, if the
ExecuteInsert(IDictionary) is supported; otherwise, false.
See Also