DataSet.GetFieldNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the field names of the dataset.
public:
System::Collections::Generic::IEnumerable<System::String ^> ^ GetFieldNames();
public System.Collections.Generic.IEnumerable<string> GetFieldNames ();
member this.GetFieldNames : unit -> seq<string>
Public Function GetFieldNames () As IEnumerable(Of String)
Returns
An IEnumerable<T> object.