Metodo SqlCeMigrationSqlGenerator.Generate (Guid)
[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.]
Genera il codice SQL per specificare un valore costante Guid predefinito impostato su una colonna. Questo metodo genera semplicemente il valore effettivo, non il codice SQL per impostare il valore predefinito.
Spazio dei nomi: System.Data.Entity.SqlServerCompact
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Sintassi
'Dichiarazione
Protected Overridable Function Generate ( _
defaultValue As Guid _
) As String
'Utilizzo
Dim defaultValue As Guid
Dim returnValue As String
returnValue = Me.Generate(defaultValue)
protected virtual string Generate(
Guid defaultValue
)
protected:
virtual String^ Generate(
Guid defaultValue
)
abstract Generate :
defaultValue:Guid -> string
override Generate :
defaultValue:Guid -> string
protected function Generate(
defaultValue : Guid
) : String
Parametri
- defaultValue
Tipo: System.Guid
Valore da impostare.
Valore restituito
Tipo: System.String
Codice SQL che rappresenta il valore predefinito.