LinqDesignerDataSourceView.IsTableTypeTable プロパティ

定義

TableName プロパティがTable<TEntity>型を返すかどうかを示す値を取得します。

public:
 property bool IsTableTypeTable { bool get(); };
public bool IsTableTypeTable { get; }
member this.IsTableTypeTable : bool
Public ReadOnly Property IsTableTypeTable As Boolean

プロパティ値

true TableName プロパティがTable<TEntity>型を返す場合は。それ以外の場合はfalse

適用対象

こちらもご覧ください