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.12.0.0 (5.12.0)
Syntaxpublic ISurrogateSelector GetNextSelector()
Public Function GetNextSelector As ISurrogateSelector
Return Value
Type:
ISurrogateSelector
The next surrogate selector in the chain or null.
Implements
ISurrogateSelectorGetNextSelector
ExceptionsException | Condition |
---|
SecurityException | The caller does not have the required permission. |
See Also