DynamicQueryEngineBaseCreateSingleTargetInsertDQ Method |
Creates a new Insert Query object which is ready to use.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax Exceptions Exception | Condition |
---|
ArgumentNullException | When fields is null or fieldsPersistenceInfo is null |
ArgumentException | When fields contains no EntityFieldCore instances or fieldsPersistenceInfo is empty. |
ORMQueryConstructionException | When there are no fields to insert in the fields list. This exception is to prevent
INSERT INTO table () VALUES () style queries. |
See Also