Sdílet prostřednictvím


LinqDesignerDataSourceView.IsTableTypeTable Vlastnost

Definice

Získá hodnotu, která označuje, zda TableName vlastnost vrací Table<TEntity> typ.

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

Hodnota vlastnosti

true TableName pokud vlastnost vrátí Table<TEntity> typ, falsev opačném případě .

Platí pro

Viz také