Condividi tramite


Repeater.IsBoundUsingDataSourceID Proprietà

Definizione

Ottiene un valore che indica se la DataSourceID proprietà è impostata.

protected:
 property bool IsBoundUsingDataSourceID { bool get(); };
protected bool IsBoundUsingDataSourceID { get; }
member this.IsBoundUsingDataSourceID : bool
Protected ReadOnly Property IsBoundUsingDataSourceID As Boolean

Valore della proprietà

true se la DataSourceID proprietà è impostata su un valore diverso da una stringa vuota (""); in caso contrario, false.

Commenti

La IsBoundUsingDataSourceID proprietà è una proprietà helper che determina se il controllo è associato a un controllo origine dati ASP.NET 2.0, ad esempio un ObjectDataSource controllo o .SqlDataSource

Si applica a

Vedi anche