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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : GetTextFields<T> メソッド
The data collection.
if set to true it will return numeric fields.
Gets the text fields of the items of this data collection.
シンタックス
'宣言
 
Public Shared Function GetTextFields(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   Optional ByVal includeNumbers As System.Boolean _
) As System.Collections.Generic.IEnumerable(Of String)
public static System.Collections.Generic.IEnumerable<string> GetTextFields<T>( 
   IDataCollection<T> dataCollection,
   System.bool includeNumbers
)
where T: class

パラメータ

dataCollection
The data collection.
includeNumbers
if set to true it will return numeric fields.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ