SsdlSerializer.Serialize Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Serialize(EdmModel, String, String, XmlWriter, Boolean) | |
Serialize(EdmModel, String, String, String, XmlWriter, Boolean) |
Serialize(EdmModel, String, String, XmlWriter, Boolean)
[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
Paramètres
- dbDatabase
- EdmModel
EdmModel à sérialiser
- provider
- String
Informations du fournisseur sur l’élément Schema
- providerManifestToken
- String
Informations ProviderManifestToken sur l’élément Schema
- xmlWriter
- XmlWriter
XmlWriter à sérialiser vers
- serializeDefaultNullability
- Boolean
Valeur indiquant s’il faut sérialiser des attributs Nullables lorsqu’ils sont définis sur la valeur par défaut.
Retours
true si le modèle peut être sérialisé, sinon false
- Attributs
S’applique à
Serialize(EdmModel, String, String, String, XmlWriter, Boolean)
[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
Paramètres
- dbDatabase
- EdmModel
EdmModel à sérialiser
- namespaceName
- String
Nom de l’espace de noms sur l’élément Schema
- provider
- String
Informations du fournisseur sur l’élément Schema
- providerManifestToken
- String
Informations ProviderManifestToken sur l’élément Schema
- xmlWriter
- XmlWriter
XmlWriter à sérialiser vers
- serializeDefaultNullability
- Boolean
Valeur indiquant s’il faut sérialiser des attributs Nullables lorsqu’ils sont définis sur la valeur par défaut.
Retours
true si le modèle peut être sérialisé, sinon false
- Attributs