Aracılığıyla paylaş


FromSqlExpression.CreateWithAnnotations Yöntem

Tanım

Belirtilen ek açıklamalarla bunun gibi bir nesne oluşturur.

protected override Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase CreateWithAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
override this.CreateWithAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase
Protected Overrides Function CreateWithAnnotations (annotations As IEnumerable(Of IAnnotation)) As TableExpressionBase

Parametreler

annotations
IEnumerable<IAnnotation>

Uygulanacak ek açıklamalar.

Döndürülenler

Verilen ek açıklamaları içeren yeni ifade.

Şunlara uygulanır