Proprietà DbLikeExpression.Escape
[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 l'espressione che fornisce una stringa di escape facoltativa da utilizzare per il confronto
Spazio dei nomi: System.Data.Entity.Core.Common.CommandTrees
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Escape As DbExpression
Get
'Utilizzo
Dim instance As DbLikeExpression
Dim value As DbExpression
value = instance.Escape
public DbExpression Escape { get; }
public:
property DbExpression^ Escape {
DbExpression^ get ();
}
member Escape : DbExpression
function get Escape () : DbExpression
Valore proprietà
Tipo: System.Data.Entity.Core.Common.CommandTrees.DbExpression