EntityFieldsCoreTFieldGetObjectData Method |
Populates a SerializationInfowith the data needed to serialize the target object.
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 virtual void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Public Overridable Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo to populate with data. - context
- Type: System.Runtime.SerializationStreamingContext
The destination (see StreamingContext) for this serialization.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also