EntityFunctions.Left(String, Nullable<Int64>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelle la fonction canonique Left
. Pour plus d’informations sur la fonction canonique Left
, consultez Fonctions de chaînes canoniques.
public:
static System::String ^ Left(System::String ^ stringArgument, Nullable<long> length);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "Left")]
public static string Left (string stringArgument, long? length);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "Left")>]
static member Left : string * Nullable<int64> -> string
Public Shared Function Left (stringArgument As String, length As Nullable(Of Long)) As String
Paramètres
- stringArgument
- String
Expression de chaîne valide.
Retours
Nombre de caractères length
le plus à gauche de stringArgument
.
- Attributs
Remarques
Vous ne pouvez pas appeler cette fonction directement. Cette fonction peut uniquement apparaître dans une requête LINQ to Entities.
Cette fonction est traduite en fonction correspondante dans la base de données.