'宣言 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