EdmFunctions.ToUpper(DbExpression) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
DbFunctionExpression Bir dize sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'ToUpper' işlevini çağıran bir oluşturur. İfadenin sonuç türü de dizedir.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ ToUpper(System::Data::Common::CommandTrees::DbExpression ^ stringArgument);
public static System.Data.Common.CommandTrees.DbFunctionExpression ToUpper (this System.Data.Common.CommandTrees.DbExpression stringArgument);
static member ToUpper : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function ToUpper (stringArgument As DbExpression) As DbFunctionExpression
Parametreler
- stringArgument
- DbExpression
Büyük harfe dönüştürülmesi gereken dizeyi belirten bir ifade.
Döndürülenler
Büyük harfe dönüştürülen değerini stringArgument döndüren yeni bir DbFunctionExpression.
Özel durumlar
stringArgument, null değeridir.
stringArgument geçersizdir.