EntityFunctions.Right(String, Nullable<Int64>) Méthode

Définition

Appelle la fonction canonique Right . Pour plus d’informations sur la fonction canonique Right , consultez Fonctions canoniques de chaîne.

public:
 static System::String ^ Right(System::String ^ stringArgument, Nullable<long> length);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "Right")]
public static string Right(string stringArgument, long? length);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "Right")>]
static member Right : string * Nullable<int64> -> string
Public Shared Function Right (stringArgument As String, length As Nullable(Of Long)) As String

Paramètres

stringArgument
String

Expression de chaîne valide.

length
Nullable<Int64>

Nombre de caractères à retourner.

Retours

Nombre le plus length à droite de caractères de stringArgument.

Attributs

Remarques

Vous ne pouvez pas appeler cette fonction directement. Cette fonction ne peut apparaître qu’au sein d’une requête LINQ to Entities.

Cette fonction est traduite en fonction correspondante dans la base de données.

S’applique à