TypedListCoreGetObjectData Method |
Populates a serialization information object with the data needed to serialize the DataTable.
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 override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Public Overrides Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo object that holds the serialized data associated with the DataTable. - context
- Type: System.Runtime.SerializationStreamingContext
A StreamingContext object that contains the source and destination of the serialized stream associated with the DataTable.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext)
ExceptionsException | Condition |
---|
ArgumentNullException | The info parameter is a null reference (Nothing in Visual Basic). |
See Also