Blazor コントロール
GetConnectionState<T> メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : GetConnectionState<T> メソッド
The data collection.
Gets the state of the connection to the source, or ConnectionState.Connected if the collection doesn't implement the ISupportConnection interface.
シンタックス
'宣言
 
Public Shared Function GetConnectionState(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T) _
) As ConnectionState
public static ConnectionState GetConnectionState<T>( 
   IDataCollection<T> dataCollection
)
where T: class

パラメータ

dataCollection
The data collection.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ