Sdílet prostřednictvím


SsdlSerializer.Serialize Metoda

Definice

Přetížení

Serialize(EdmModel, String, String, XmlWriter, Boolean)

Serializujte do EdmModelXmlWriter

Serialize(EdmModel, String, String, String, XmlWriter, Boolean)

Serializujte do EdmModelXmlWriter

Serialize(EdmModel, String, String, XmlWriter, Boolean)

Serializujte do EdmModelXmlWriter

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Nullability")]
public virtual bool Serialize (System.Data.Entity.Core.Metadata.Edm.EdmModel dbDatabase, string provider, string providerManifestToken, System.Xml.XmlWriter xmlWriter, bool serializeDefaultNullability = true);
abstract member Serialize : System.Data.Entity.Core.Metadata.Edm.EdmModel * string * string * System.Xml.XmlWriter * bool -> bool
override this.Serialize : System.Data.Entity.Core.Metadata.Edm.EdmModel * string * string * System.Xml.XmlWriter * bool -> bool

Parametry

dbDatabase
EdmModel

EdmModel k serializaci

provider
String

Informace o zprostředkovateli v elementu Schema

providerManifestToken
String

Informace o ProviderManifestToken elementu Schema

xmlWriter
XmlWriter

XmlWriter serializovat na

serializeDefaultNullability
Boolean

Hodnota označující, zda serializovat nullable atributy, pokud jsou nastaveny na výchozí hodnotu.

Návraty

true, pokud lze model serializovat, jinak false

Atributy

Platí pro

Serialize(EdmModel, String, String, String, XmlWriter, Boolean)

Serializujte do EdmModelXmlWriter

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Nullability")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")]
public virtual bool Serialize (System.Data.Entity.Core.Metadata.Edm.EdmModel dbDatabase, string namespaceName, string provider, string providerManifestToken, System.Xml.XmlWriter xmlWriter, bool serializeDefaultNullability = true);
abstract member Serialize : System.Data.Entity.Core.Metadata.Edm.EdmModel * string * string * string * System.Xml.XmlWriter * bool -> bool
override this.Serialize : System.Data.Entity.Core.Metadata.Edm.EdmModel * string * string * string * System.Xml.XmlWriter * bool -> bool

Parametry

dbDatabase
EdmModel

EdmModel k serializaci

namespaceName
String

Název oboru názvů v elementu Schema

provider
String

Informace o zprostředkovateli v elementu Schema

providerManifestToken
String

Informace o ProviderManifestToken elementu Schema

xmlWriter
XmlWriter

XmlWriter serializovat na

serializeDefaultNullability
Boolean

Hodnota označující, zda serializovat nullable atributy, pokud jsou nastaveny na výchozí hodnotu.

Návraty

true, pokud lze model serializovat, jinak false

Atributy

Platí pro