'Declaration Public Function New( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext, _ ByVal ConstructSchema As Boolean _ )
public SqlDataSet( SerializationInfo info, StreamingContext context, bool ConstructSchema )
Parameters
- info
- Contains the data needed to serialize or deserialize an SqlDataSet object.
- context
- Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.
- ConstructSchema
- Value that determines whether to construct schema or not.