DataSource for Entity Framework for WinForms
Item(String) プロパティ

C1.Win.Data.Entity.4.5.2 アセンブリ > C1.Win.Data.Entities 名前空間 > EntityViewSourceCollection クラス > Item プロパティ : Item(String) プロパティ
コレクションから取得する C1.Data.Entities.EntityViewSource の名前。
指定された nameC1.Data.Entities.EntityViewSource を取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As EntityViewSource
public EntityViewSource Item( 
   System.string name
) {get;}

パラメータ

name
コレクションから取得する C1.Data.Entities.EntityViewSource の名前。

プロパティ値

指定された nameC1.Data.Entities.EntityViewSource。存在しない場合は null。
参照

EntityViewSourceCollection クラス
EntityViewSourceCollection メンバ
オーバーロード一覧