Click or drag to resize

DbFunctionCallFieldPersistenceInfos Property

Per field in FunctionParameters, this list contains the fieldPersistenceinfo object. If a parameter in FunctionParameters is not an IEntityFieldCore implementing object, the value for that parameter is null/Nothing.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public IFieldPersistenceInfo[] FieldPersistenceInfos { get; set; }

Property Value

Type: IFieldPersistenceInfo

Implements

IDbFunctionCallFieldPersistenceInfos
See Also