Condividi tramite


EdmStructuredType.AddStructuralProperty Metodo

Definizione

Overload

AddStructuralProperty(String, EdmPrimitiveTypeKind)

Crea e aggiunge una proprietà strutturale che ammette i valori Null al tipo.

AddStructuralProperty(String, IEdmTypeReference)

Crea e aggiunge una proprietà strutturale al tipo.

AddStructuralProperty(String, EdmPrimitiveTypeKind, Boolean)

Crea e aggiunge una proprietà strutturale che ammette i valori Null al tipo.

AddStructuralProperty(String, IEdmTypeReference, String)

Crea e aggiunge una proprietà strutturale al tipo.

AddStructuralProperty(String, EdmPrimitiveTypeKind)

Crea e aggiunge una proprietà strutturale che ammette i valori Null al tipo.

public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.EdmPrimitiveTypeKind type);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.EdmPrimitiveTypeKind -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As EdmPrimitiveTypeKind) As EdmStructuralProperty

Parametri

name
String

Nome della proprietà.

type
EdmPrimitiveTypeKind

Tipo di proprietà.

Restituisce

Proprietà strutturale creata.

Si applica a

AddStructuralProperty(String, IEdmTypeReference)

Crea e aggiunge una proprietà strutturale al tipo.

public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.IEdmTypeReference type);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As IEdmTypeReference) As EdmStructuralProperty

Parametri

name
String

Nome della proprietà.

type
IEdmTypeReference

Tipo di proprietà.

Restituisce

Proprietà strutturale creata.

Si applica a

AddStructuralProperty(String, EdmPrimitiveTypeKind, Boolean)

Crea e aggiunge una proprietà strutturale che ammette i valori Null al tipo.

public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.EdmPrimitiveTypeKind type, bool isNullable);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.EdmPrimitiveTypeKind * bool -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As EdmPrimitiveTypeKind, isNullable As Boolean) As EdmStructuralProperty

Parametri

name
String

Nome della proprietà.

type
EdmPrimitiveTypeKind

Tipo di proprietà.

isNullable
Boolean

Flag che specifica se la proprietà ammette i valori Null.

Restituisce

Proprietà strutturale creata.

Si applica a

AddStructuralProperty(String, IEdmTypeReference, String)

Crea e aggiunge una proprietà strutturale al tipo.

public Microsoft.OData.Edm.EdmStructuralProperty AddStructuralProperty (string name, Microsoft.OData.Edm.IEdmTypeReference type, string defaultValue);
member this.AddStructuralProperty : string * Microsoft.OData.Edm.IEdmTypeReference * string -> Microsoft.OData.Edm.EdmStructuralProperty
Public Function AddStructuralProperty (name As String, type As IEdmTypeReference, defaultValue As String) As EdmStructuralProperty

Parametri

name
String

Nome della proprietà.

type
IEdmTypeReference

Tipo di proprietà.

defaultValue
String

Valore predefinito di questa proprietà.

Restituisce

Proprietà strutturale creata.

Si applica a