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.3.0.0 (5.3.0)
Syntax
public IFieldPersistenceInfo[] FieldPersistenceInfos { get; set; }

Property Value

Type: IFieldPersistenceInfo

Implements

IDbFunctionCallFieldPersistenceInfos
See Also