RelationalQueryableMethodTranslatingExpressionVisitor.TranslateCast 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.
Cast<TResult>(IQueryable) Yöntemi verilen kaynak üzerinden çevirir.
protected override Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression TranslateCast(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source, Type resultType);
protected override Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression? TranslateCast(Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source, Type resultType);
override this.TranslateCast : Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression * Type -> Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression
Protected Overrides Function TranslateCast (source As ShapedQueryExpression, resultType As Type) As ShapedQueryExpression
Parametreler
- source
- ShapedQueryExpression
İşlecin uygulandığı şekilli sorgu.
- resultType
- Type
Döndürülenler
Çeviriden sonra şekillendirilmiş sorgu.