C# Class System.Data.DataSet

Inheritance: System.ComponentModel.MarshalByValueComponent, IListSource, IXmlSerializable, ISupportInitializeNotification, ISupportInitialize, ISerializable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
Clone DataSet
DeserializeDataSet void
DeserializeDataSetData void
DeserializeDataSetProperties void
DeserializeDataSetSchema void
DeserializeRelations void
EnableConstraints void
EstimatedXmlStringSize int
FailedEnableConstraints void
FindTable DataTable
GetParentRelations DataRelationCollection
GetRemotingDiffGram string
GetXmlSchemaForRemoting string
IListSource IList
IXmlSerializable System.Xml.Schema.XmlSchema
IXmlSerializable void
IXmlSerializable void
InferSchema void
IsEmpty bool
MarkModifiedRows void
MarkRelatedRowsAsModified void
MoveToElement bool
MoveToElement void
OnClearFunctionCalled void
OnDataRowCreated void
OnInitialized void
OnMergeFailed void
OnRemoveRelationHack void
OnRemovedTable void
PublishLegacyWSDL bool
RaiseMergeFailed void
ReadEndElement void
ReadXDRSchema void
ReadXSDSchema void
ReadXml XmlReadMode
ReadXml XmlReadMode
ReadXmlDiffgram void
ReadXmlSchema void
ResetRelations void
ResetTables void
RestoreEnforceConstraints void
SerializeDataSet void
SerializeDataSetProperties void
SerializeRelations void
SetLocaleValue void
ShouldSerializeLocale bool
TopLevelTables System.Data.DataTable[]
TopLevelTables System.Data.DataTable[]
ValidateCaseConstraint bool
ValidateLocaleConstraint bool
WriteXmlSchema void
WriteXmlSchema void
WriteXmlSchema void
WriteXmlSchema void

Méthodes publiques

Méthode Description
AcceptChanges ( ) : void

Commits all the changes made to this since it was loaded or the last time was called.

BeginInit ( ) : void
Clear ( ) : void

Clears the of any data by removing all rows in all tables.

Copy ( ) : DataSet

Copies both the structure and data for this .

CreateDataReader ( ) : DataTableReader
DataSet ( ) : System.Collections

Initializes a new instance of the class.

DataSet ( string dataSetName ) : System.Collections

Initializes a new instance of a class with the given name.

EndInit ( ) : void
GetChanges ( ) : DataSet

Returns a copy of the that contains all changes made to it since it was loaded or was last called.

GetChanges ( DataRowState rowStates ) : DataSet
GetDataSetSchema ( XmlSchemaSet schemaSet ) : XmlSchemaComplexType
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetXml ( ) : string
GetXmlSchema ( ) : string
HasChanges ( ) : bool

Gets a value indicating whether the has changes, including new, deleted, or modified rows.

HasChanges ( DataRowState rowStates ) : bool

Gets a value indicating whether the has changes, including new, deleted, or modified rows, filtered by .

InferXmlSchema ( Stream stream, string nsArray ) : void

Infer the XML schema from the specified into the .

InferXmlSchema ( TextReader reader, string nsArray ) : void

Infer the XML schema from the specified into the .

InferXmlSchema ( XmlReader reader, string nsArray ) : void

Infer the XML schema from the specified into the .

InferXmlSchema ( string fileName, string nsArray ) : void

Infer the XML schema from the specified file into the .

Load ( IDataReader reader, LoadOption loadOption ) : void
Load ( IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler ) : void
Merge ( DataRow rows ) : void
Merge ( DataRow rows, bool preserveChanges, MissingSchemaAction missingSchemaAction ) : void
Merge ( DataSet dataSet ) : void

Merges this into a specified .

Merge ( DataSet dataSet, bool preserveChanges ) : void

Merges this into a specified preserving changes according to the specified argument.

Merge ( DataSet dataSet, bool preserveChanges, MissingSchemaAction missingSchemaAction ) : void

Merges this into a specified preserving changes according to the specified argument, and handling an incompatible schema according to the specified argument.

Merge ( DataTable table ) : void

Merges this into a specified .

Merge ( DataTable table, bool preserveChanges, MissingSchemaAction missingSchemaAction ) : void

Merges this into a specified . with a value to preserve changes made to the target, and a value to deal with missing schemas.

ReadXml ( Stream stream ) : XmlReadMode
ReadXml ( Stream stream, XmlReadMode mode ) : XmlReadMode
ReadXml ( TextReader reader ) : XmlReadMode
ReadXml ( TextReader reader, XmlReadMode mode ) : XmlReadMode
ReadXml ( XmlReader reader ) : XmlReadMode
ReadXml ( XmlReader reader, XmlReadMode mode ) : XmlReadMode

ReadXml ( string fileName ) : XmlReadMode
ReadXml ( string fileName, XmlReadMode mode ) : XmlReadMode
ReadXmlSchema ( Stream stream ) : void

Reads the XML schema from the specified into the .

ReadXmlSchema ( TextReader reader ) : void

Reads the XML schema from the specified into the .

ReadXmlSchema ( XmlReader reader ) : void

Reads the XML schema from the specified into the

ReadXmlSchema ( string fileName ) : void

Reads the XML schema from the specified file into the .

RejectChanges ( ) : void

This method rolls back all the changes to have been made to this DataSet since it was loaded or the last time AcceptChanges was called. Any rows still in edit-mode cancel their edits. New rows get removed. Modified and Deleted rows return back to their original state.

Reset ( ) : void

Resets the dataSet back to it's original state. Subclasses should override to restore back to it's original state.

WriteXml ( Stream stream ) : void
WriteXml ( Stream stream, XmlWriteMode mode ) : void

Writes schema and data for the DataSet.

WriteXml ( TextWriter writer ) : void
WriteXml ( TextWriter writer, XmlWriteMode mode ) : void
WriteXml ( XmlWriter writer ) : void
WriteXml ( XmlWriter writer, XmlWriteMode mode ) : void
WriteXml ( string fileName ) : void
WriteXml ( string fileName, XmlWriteMode mode ) : void
WriteXmlSchema ( Stream stream ) : void

Writes the structure as an XML schema to using the specified object.

WriteXmlSchema ( Stream stream, string>.Converter multipleTargetConverter ) : void

Writes the structure as an XML schema to using the specified object.

WriteXmlSchema ( TextWriter writer ) : void

Writes the structure as an XML schema to a object.

WriteXmlSchema ( TextWriter writer, string>.Converter multipleTargetConverter ) : void

Writes the structure as an XML schema to a object.

WriteXmlSchema ( XmlWriter writer ) : void

Writes the structure as an XML schema to an object.

WriteXmlSchema ( XmlWriter writer, string>.Converter multipleTargetConverter ) : void

Writes the structure as an XML schema to an object.

WriteXmlSchema ( string fileName ) : void

Writes the structure as an XML schema to a file.

WriteXmlSchema ( string fileName, string>.Converter multipleTargetConverter ) : void

Writes the structure as an XML schema to a file.

Méthodes protégées

Méthode Description
DataSet ( SerializationInfo info, StreamingContext context ) : System.Collections
DataSet ( SerializationInfo info, StreamingContext context, bool ConstructSchema ) : System.Collections
DetermineSchemaSerializationMode ( SerializationInfo info, StreamingContext context ) : SchemaSerializationMode
DetermineSchemaSerializationMode ( XmlReader reader ) : SchemaSerializationMode
GetSchemaSerializable ( ) : XmlSchema
GetSerializationData ( SerializationInfo info, StreamingContext context ) : void
InitializeDerivedDataSet ( ) : void
IsBinarySerialized ( SerializationInfo info, StreamingContext context ) : bool
OnPropertyChanging ( PropertyChangedEventArgs pcevent ) : void
OnRemoveRelation ( DataRelation relation ) : void

This method should be overriden by subclasses to restrict tables being removed.

OnRemoveTable ( DataTable table ) : void

This method should be overriden by subclasses to restrict tables being removed.

RaisePropertyChanging ( string name ) : void
ReadXmlSerializable ( XmlReader reader ) : void
ShouldSerializeRelations ( ) : bool

Indicates whether property should be persisted.

ShouldSerializeTables ( ) : bool

Indicates whether property should be persisted.

Private Methods

Méthode Description
Clone ( ) : DataSet
DeserializeDataSet ( SerializationInfo info, StreamingContext context, SerializationFormat remotingFormat, SchemaSerializationMode schemaSerializationMode ) : void
DeserializeDataSetData ( SerializationInfo info, StreamingContext context, SerializationFormat remotingFormat ) : void
DeserializeDataSetProperties ( SerializationInfo info, StreamingContext context ) : void
DeserializeDataSetSchema ( SerializationInfo info, StreamingContext context, SerializationFormat remotingFormat, SchemaSerializationMode schemaSerializationMode ) : void
DeserializeRelations ( SerializationInfo info, StreamingContext context ) : void
EnableConstraints ( ) : void
EstimatedXmlStringSize ( ) : int
FailedEnableConstraints ( ) : void
FindTable ( DataTable baseTable, PropertyDescriptor props, int propStart ) : DataTable
GetParentRelations ( DataTable table ) : DataRelationCollection

Gets the collection of parent relations which belong to a specified table.

GetRemotingDiffGram ( DataTable table ) : string
GetXmlSchemaForRemoting ( DataTable table ) : string
IListSource ( ) : IList
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( XmlReader reader ) : void
IXmlSerializable ( XmlWriter writer ) : void
InferSchema ( XmlDocument xdoc, string excludedNamespaces, XmlReadMode mode ) : void
IsEmpty ( ) : bool
MarkModifiedRows ( TableChanges bitMatrix, DataRowState rowStates ) : void
MarkRelatedRowsAsModified ( TableChanges bitMatrix, DataRow row ) : void
MoveToElement ( XmlReader reader, int depth ) : bool
MoveToElement ( XmlReader reader ) : void
OnClearFunctionCalled ( DataTable table ) : void
OnDataRowCreated ( DataRow row ) : void
OnInitialized ( ) : void
OnMergeFailed ( MergeFailedEventArgs mfevent ) : void

Inheriting classes should override this method to handle this event. Call base.OnMergeFailed to send this event to any registered event listeners.

OnRemoveRelationHack ( DataRelation relation ) : void
OnRemovedTable ( DataTable table ) : void
PublishLegacyWSDL ( ) : bool
RaiseMergeFailed ( DataTable table, string conflict, MissingSchemaAction missingSchemaAction ) : void
ReadEndElement ( XmlReader reader ) : void
ReadXDRSchema ( XmlReader reader ) : void
ReadXSDSchema ( XmlReader reader, bool denyResolving ) : void
ReadXml ( XmlReader reader, XmlReadMode mode, bool denyResolving ) : XmlReadMode
ReadXml ( XmlReader reader, bool denyResolving ) : XmlReadMode
ReadXmlDiffgram ( XmlReader reader ) : void
ReadXmlSchema ( XmlReader reader, bool denyResolving ) : void
ResetRelations ( ) : void

Resets the property to its default state.

ResetTables ( ) : void

Resets the property to its default state.

RestoreEnforceConstraints ( bool value ) : void
SerializeDataSet ( SerializationInfo info, StreamingContext context, SerializationFormat remotingFormat ) : void
SerializeDataSetProperties ( SerializationInfo info, StreamingContext context ) : void
SerializeRelations ( SerializationInfo info, StreamingContext context ) : void
SetLocaleValue ( CultureInfo value, bool userSet ) : void
ShouldSerializeLocale ( ) : bool
TopLevelTables ( ) : System.Data.DataTable[]
TopLevelTables ( bool forSchema ) : System.Data.DataTable[]
ValidateCaseConstraint ( ) : bool
ValidateLocaleConstraint ( ) : bool
WriteXmlSchema ( Stream stream, SchemaFormat schemaFormat, string>.Converter multipleTargetConverter ) : void
WriteXmlSchema ( TextWriter writer, SchemaFormat schemaFormat, string>.Converter multipleTargetConverter ) : void
WriteXmlSchema ( XmlWriter writer, SchemaFormat schemaFormat, string>.Converter multipleTargetConverter ) : void
WriteXmlSchema ( string fileName, SchemaFormat schemaFormat, string>.Converter multipleTargetConverter ) : void

Method Details

AcceptChanges() public méthode

Commits all the changes made to this since it was loaded or the last time was called.
public AcceptChanges ( ) : void
Résultat void

BeginInit() public méthode

public BeginInit ( ) : void
Résultat void

Clear() public méthode

Clears the of any data by removing all rows in all tables.
public Clear ( ) : void
Résultat void

Copy() public méthode

Copies both the structure and data for this .
public Copy ( ) : DataSet
Résultat DataSet

CreateDataReader() public méthode

public CreateDataReader ( ) : DataTableReader
Résultat DataTableReader

DataSet() public méthode

Initializes a new instance of the class.
public DataSet ( ) : System.Collections
Résultat System.Collections

DataSet() protected méthode

protected DataSet ( SerializationInfo info, StreamingContext context ) : System.Collections
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Collections

DataSet() protected méthode

protected DataSet ( SerializationInfo info, StreamingContext context, bool ConstructSchema ) : System.Collections
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
ConstructSchema bool
Résultat System.Collections

DataSet() public méthode

Initializes a new instance of a class with the given name.
public DataSet ( string dataSetName ) : System.Collections
dataSetName string
Résultat System.Collections

DetermineSchemaSerializationMode() protected méthode

protected DetermineSchemaSerializationMode ( SerializationInfo info, StreamingContext context ) : SchemaSerializationMode
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat SchemaSerializationMode

DetermineSchemaSerializationMode() protected méthode

protected DetermineSchemaSerializationMode ( XmlReader reader ) : SchemaSerializationMode
reader XmlReader
Résultat SchemaSerializationMode

EndInit() public méthode

public EndInit ( ) : void
Résultat void

GetChanges() public méthode

Returns a copy of the that contains all changes made to it since it was loaded or was last called.
public GetChanges ( ) : DataSet
Résultat DataSet

GetChanges() public méthode

public GetChanges ( DataRowState rowStates ) : DataSet
rowStates DataRowState
Résultat DataSet

GetDataSetSchema() public static méthode

public static GetDataSetSchema ( XmlSchemaSet schemaSet ) : XmlSchemaComplexType
schemaSet System.Xml.Schema.XmlSchemaSet
Résultat System.Xml.Schema.XmlSchemaComplexType

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetSchemaSerializable() protected méthode

protected GetSchemaSerializable ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

GetSerializationData() protected méthode

protected GetSerializationData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetXml() public méthode

public GetXml ( ) : string
Résultat string

GetXmlSchema() public méthode

public GetXmlSchema ( ) : string
Résultat string

HasChanges() public méthode

Gets a value indicating whether the has changes, including new, deleted, or modified rows.
public HasChanges ( ) : bool
Résultat bool

HasChanges() public méthode

Gets a value indicating whether the has changes, including new, deleted, or modified rows, filtered by .
public HasChanges ( DataRowState rowStates ) : bool
rowStates DataRowState
Résultat bool

InferXmlSchema() public méthode

Infer the XML schema from the specified into the .
public InferXmlSchema ( Stream stream, string nsArray ) : void
stream Stream
nsArray string
Résultat void

InferXmlSchema() public méthode

Infer the XML schema from the specified into the .
public InferXmlSchema ( TextReader reader, string nsArray ) : void
reader TextReader
nsArray string
Résultat void

InferXmlSchema() public méthode

Infer the XML schema from the specified into the .
public InferXmlSchema ( XmlReader reader, string nsArray ) : void
reader XmlReader
nsArray string
Résultat void

InferXmlSchema() public méthode

Infer the XML schema from the specified file into the .
public InferXmlSchema ( string fileName, string nsArray ) : void
fileName string
nsArray string
Résultat void

InitializeDerivedDataSet() protected méthode

protected InitializeDerivedDataSet ( ) : void
Résultat void

IsBinarySerialized() protected méthode

protected IsBinarySerialized ( SerializationInfo info, StreamingContext context ) : bool
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat bool

Load() public méthode

public Load ( IDataReader reader, LoadOption loadOption ) : void
reader IDataReader
loadOption LoadOption
Résultat void

Load() public méthode

public Load ( IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler ) : void
reader IDataReader
loadOption LoadOption
errorHandler FillErrorEventHandler
Résultat void

Merge() public méthode

public Merge ( DataRow rows ) : void
rows DataRow
Résultat void

Merge() public méthode

public Merge ( DataRow rows, bool preserveChanges, MissingSchemaAction missingSchemaAction ) : void
rows DataRow
preserveChanges bool
missingSchemaAction MissingSchemaAction
Résultat void

Merge() public méthode

Merges this into a specified .
public Merge ( DataSet dataSet ) : void
dataSet DataSet
Résultat void

Merge() public méthode

Merges this into a specified preserving changes according to the specified argument.
public Merge ( DataSet dataSet, bool preserveChanges ) : void
dataSet DataSet
preserveChanges bool
Résultat void

Merge() public méthode

Merges this into a specified preserving changes according to the specified argument, and handling an incompatible schema according to the specified argument.
public Merge ( DataSet dataSet, bool preserveChanges, MissingSchemaAction missingSchemaAction ) : void
dataSet DataSet
preserveChanges bool
missingSchemaAction MissingSchemaAction
Résultat void

Merge() public méthode

Merges this into a specified .
public Merge ( DataTable table ) : void
table DataTable
Résultat void

Merge() public méthode

Merges this into a specified . with a value to preserve changes made to the target, and a value to deal with missing schemas.
public Merge ( DataTable table, bool preserveChanges, MissingSchemaAction missingSchemaAction ) : void
table DataTable
preserveChanges bool
missingSchemaAction MissingSchemaAction
Résultat void

OnPropertyChanging() protected méthode

protected OnPropertyChanging ( PropertyChangedEventArgs pcevent ) : void
pcevent System.ComponentModel.PropertyChangedEventArgs
Résultat void

OnRemoveRelation() protected méthode

This method should be overriden by subclasses to restrict tables being removed.
protected OnRemoveRelation ( DataRelation relation ) : void
relation DataRelation
Résultat void

OnRemoveTable() protected méthode

This method should be overriden by subclasses to restrict tables being removed.
protected OnRemoveTable ( DataTable table ) : void
table DataTable
Résultat void

RaisePropertyChanging() protected méthode

protected RaisePropertyChanging ( string name ) : void
name string
Résultat void

ReadXml() public méthode

public ReadXml ( Stream stream ) : XmlReadMode
stream Stream
Résultat XmlReadMode

ReadXml() public méthode

public ReadXml ( Stream stream, XmlReadMode mode ) : XmlReadMode
stream Stream
mode XmlReadMode
Résultat XmlReadMode

ReadXml() public méthode

public ReadXml ( TextReader reader ) : XmlReadMode
reader TextReader
Résultat XmlReadMode

ReadXml() public méthode

public ReadXml ( TextReader reader, XmlReadMode mode ) : XmlReadMode
reader TextReader
mode XmlReadMode
Résultat XmlReadMode

ReadXml() public méthode

public ReadXml ( XmlReader reader ) : XmlReadMode
reader XmlReader
Résultat XmlReadMode

ReadXml() public méthode

public ReadXml ( XmlReader reader, XmlReadMode mode ) : XmlReadMode
reader XmlReader
mode XmlReadMode
Résultat XmlReadMode

ReadXml() public méthode

public ReadXml ( string fileName ) : XmlReadMode
fileName string
Résultat XmlReadMode

ReadXml() public méthode

public ReadXml ( string fileName, XmlReadMode mode ) : XmlReadMode
fileName string
mode XmlReadMode
Résultat XmlReadMode

ReadXmlSchema() public méthode

Reads the XML schema from the specified into the .
public ReadXmlSchema ( Stream stream ) : void
stream Stream
Résultat void

ReadXmlSchema() public méthode

Reads the XML schema from the specified into the .
public ReadXmlSchema ( TextReader reader ) : void
reader TextReader
Résultat void

ReadXmlSchema() public méthode

Reads the XML schema from the specified into the
public ReadXmlSchema ( XmlReader reader ) : void
reader XmlReader
Résultat void

ReadXmlSchema() public méthode

Reads the XML schema from the specified file into the .
public ReadXmlSchema ( string fileName ) : void
fileName string
Résultat void

ReadXmlSerializable() protected méthode

protected ReadXmlSerializable ( XmlReader reader ) : void
reader XmlReader
Résultat void

RejectChanges() public méthode

This method rolls back all the changes to have been made to this DataSet since it was loaded or the last time AcceptChanges was called. Any rows still in edit-mode cancel their edits. New rows get removed. Modified and Deleted rows return back to their original state.
public RejectChanges ( ) : void
Résultat void

Reset() public méthode

Resets the dataSet back to it's original state. Subclasses should override to restore back to it's original state.
public Reset ( ) : void
Résultat void

ShouldSerializeRelations() protected méthode

Indicates whether property should be persisted.
protected ShouldSerializeRelations ( ) : bool
Résultat bool

ShouldSerializeTables() protected méthode

Indicates whether property should be persisted.
protected ShouldSerializeTables ( ) : bool
Résultat bool

WriteXml() public méthode

public WriteXml ( Stream stream ) : void
stream Stream
Résultat void

WriteXml() public méthode

Writes schema and data for the DataSet.
public WriteXml ( Stream stream, XmlWriteMode mode ) : void
stream Stream
mode XmlWriteMode
Résultat void

WriteXml() public méthode

public WriteXml ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

WriteXml() public méthode

public WriteXml ( TextWriter writer, XmlWriteMode mode ) : void
writer System.IO.TextWriter
mode XmlWriteMode
Résultat void

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void

WriteXml() public méthode

public WriteXml ( XmlWriter writer, XmlWriteMode mode ) : void
writer System.Xml.XmlWriter
mode XmlWriteMode
Résultat void

WriteXml() public méthode

public WriteXml ( string fileName ) : void
fileName string
Résultat void

WriteXml() public méthode

public WriteXml ( string fileName, XmlWriteMode mode ) : void
fileName string
mode XmlWriteMode
Résultat void

WriteXmlSchema() public méthode

Writes the structure as an XML schema to using the specified object.
public WriteXmlSchema ( Stream stream ) : void
stream Stream A object used to write to a file.
Résultat void

WriteXmlSchema() public méthode

Writes the structure as an XML schema to using the specified object.
public WriteXmlSchema ( Stream stream, string>.Converter multipleTargetConverter ) : void
stream Stream A object used to write to a file.
multipleTargetConverter string>.Converter A delegate used to convert into string.
Résultat void

WriteXmlSchema() public méthode

Writes the structure as an XML schema to a object.
public WriteXmlSchema ( TextWriter writer ) : void
writer System.IO.TextWriter The object with which to write.
Résultat void

WriteXmlSchema() public méthode

Writes the structure as an XML schema to a object.
public WriteXmlSchema ( TextWriter writer, string>.Converter multipleTargetConverter ) : void
writer System.IO.TextWriter The object with which to write.
multipleTargetConverter string>.Converter A delegate used to convert into string.
Résultat void

WriteXmlSchema() public méthode

Writes the structure as an XML schema to an object.
public WriteXmlSchema ( XmlWriter writer ) : void
writer System.Xml.XmlWriter The object with which to write.
Résultat void

WriteXmlSchema() public méthode

Writes the structure as an XML schema to an object.
public WriteXmlSchema ( XmlWriter writer, string>.Converter multipleTargetConverter ) : void
writer System.Xml.XmlWriter The object with which to write.
multipleTargetConverter string>.Converter A delegate used to convert into string.
Résultat void

WriteXmlSchema() public méthode

Writes the structure as an XML schema to a file.
public WriteXmlSchema ( string fileName ) : void
fileName string The file name (including the path) to which to write.
Résultat void

WriteXmlSchema() public méthode

Writes the structure as an XML schema to a file.
public WriteXmlSchema ( string fileName, string>.Converter multipleTargetConverter ) : void
fileName string The file name (including the path) to which to write.
multipleTargetConverter string>.Converter A delegate used to convert into string.
Résultat void