Condividi tramite


Proprietà EdmProperty.Precision

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene o imposta la precisione di questa proprietà.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Property Precision As Nullable(Of Byte)
    Get 
    Set
'Utilizzo
Dim instance As EdmProperty 
Dim value As Nullable(Of Byte)

value = instance.Precision

instance.Precision = value
public Nullable<byte> Precision { get; set; }
public:
property Nullable<unsigned char> Precision {
    Nullable<unsigned char> get ();
    void set (Nullable<unsigned char> value);
}
member Precision : Nullable<byte> with get, set
function get Precision () : Nullable<byte>
function set Precision (value : Nullable<byte>)

Valore proprietà

Tipo: System.Nullable<Byte>
Precisione della proprietà.

Vedere anche

Riferimento

EdmProperty Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm