Condividi tramite


LinqDesignerDataSourceView.IsTableTypeTable Proprietà

Definizione

Ottiene un valore che indica se la proprietà TableName restituisce un tipo Table<TEntity>.

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

Valore della proprietà

Boolean

true se la proprietà TableName restituisce un tipo Table<TEntity>; in caso contrario, false.

Si applica a

Vedi anche