次の方法で共有


FromSqlExpression.CreateWithAnnotations メソッド

定義

指定した注釈を使用して、このようなオブジェクトを作成します。

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

パラメーター

annotations
IEnumerable<IAnnotation>

適用する注釈。

戻り値

指定された注釈を持つ新しい式。

適用対象