Click or drag to resize
DerivedTableDefinitionIDerivedTableDefinitionSetFieldPersistenceInfo Method
Sets the IFieldPersistenceInfo part of the field at position index. Adapter specific.

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
void IDerivedTableDefinition.SetFieldPersistenceInfo(
	IFieldPersistenceInfo persistenceInfo,
	int index
)

Parameters

persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The field persistence info object to set
index
Type: SystemInt32
index of field to set the persistence info of

Implements

IDerivedTableDefinitionSetFieldPersistenceInfo(IFieldPersistenceInfo, Int32)
See Also