LinqDesignerDataSourceView.IsTableTypeTable Proprietà

Definizione

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

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

Valore della proprietà

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

Si applica a

Vedi anche