Click or drag to resize

GroupByCollectionGetFieldPersistenceInfo Method

Returns the IFieldPersistenceInfo part of the field at position index

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public IFieldPersistenceInfo GetFieldPersistenceInfo(
	int index
)

Parameters

index
Type: SystemInt32
index of field to return the IFieldPersistenceInfo portion of

Return Value

Type: IFieldPersistenceInfo
the IFieldPersistenceInfo part of the field at position index

Implements

IGroupByCollectionGetFieldPersistenceInfo(Int32)
See Also