次の方法で共有


CoreStrings.DataBindingWithIListSource プロパティ

定義

ストア クエリへの直接データ バインディングはサポートされていません。 代わりに、DbSet にデータを設定します。たとえば、DbSet で "Load" を呼び出し、データバインド コントロールがデータを反復処理するたびにデータベースにクエリを送信しないようにローカル データにバインドします。 WPF の場合は、'DbSet.Local.ToObservableCollection' にバインドします。 WinForms の場合は、'DbSet.Local.ToBindingList' にバインドします。 ASP.NET WebForms の場合は、'DbSet.ToList' にバインドするか、モデル バインドを使用します。

public static string DataBindingWithIListSource { get; }
static member DataBindingWithIListSource : string
Public Shared ReadOnly Property DataBindingWithIListSource As String

プロパティ値

適用対象