Click or drag to resize
FastSerializerSurrogateSelectorGetNextSelector Method
Returns the next surrogate selector in the chain.

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 ISurrogateSelector GetNextSelector()

Return Value

Type: ISurrogateSelector
The next surrogate selector in the chain or null.

Implements

ISurrogateSelectorGetNextSelector
Exceptions
ExceptionCondition
SecurityExceptionThe caller does not have the required permission.
See Also