Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

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)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe info parameter is a null reference (Nothing in Visual Basic).
See Also