DynamicQueryEngineCreateSingleTargetInsertDQ Method |
Creates a new Insert Query object which is ready to use.
Namespace:
SD.LLBLGen.Pro.DQE.PostgreSql
Assembly:
SD.LLBLGen.Pro.DQE.PostgreSql (in SD.LLBLGen.Pro.DQE.PostgreSql.dll) Version: 5.4.0.0 (5.4.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. |
Remarks Generic version.
See Also