Select from following answers:- Set the RemotingFormat property to SerializationFormat.Binary.
- Set the Constraints property to SerializationFormat.Binary.
- Set the BatchUpdate setting to SerializationFormat.Binary.
- All Above
RemotingFormat property to SerializationFormat.Binary will specify that you truly want a binary output file.
BatchUpdate specifies how many rows will be sent to the database server in each batch of updates.
The Constraints property sets the primary and foreign key constraints.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator