GeneralFunctions.GetValueFromReader Method (SqlDataReader, Int32)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Retrieves the value of the indexed field in the reader.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Syntax
public static string GetValueFromReader(
SqlDataReader reader,
int index
)
Public Shared Function GetValueFromReader (
reader As SqlDataReader,
index As Integer
) As String
Parameters
reader
Type: System.Data.SqlClient.SqlDataReaderSpecifies the SQL data reader.
index
Type: System.Int32Specifies the index of the item to fetch.
Return Value
Type: System.String
Type: String
See Also
GetValueFromReader Overload
GeneralFunctions Class
Microsoft.Uii.Common Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright