Proprietà EdmFunctionPayload.StoreFunctionName
[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 il nome funzione di archivio.
Spazio dei nomi: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Property StoreFunctionName As String
Get
Set
'Utilizzo
Dim instance As EdmFunctionPayload
Dim value As String
value = instance.StoreFunctionName
instance.StoreFunctionName = value
public string StoreFunctionName { get; set; }
public:
property String^ StoreFunctionName {
String^ get ();
void set (String^ value);
}
member StoreFunctionName : string with get, set
function get StoreFunctionName () : String
function set StoreFunctionName (value : String)
Valore proprietà
Tipo: System.String
Nome funzione di archivio.