Método DataSet.GetFieldNames
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the field names of the dataset.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Function GetFieldNames As IEnumerable(Of String)
'Uso
Dim instance As DataSet
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetFieldNames()
public IEnumerable<string> GetFieldNames()
public:
IEnumerable<String^>^ GetFieldNames()
member GetFieldNames : unit -> IEnumerable<string>
public function GetFieldNames() : IEnumerable<String>
Valor de retorno
Tipo: System.Collections.Generic.IEnumerable<String>
An IEnumerable<T> object.