asp.net.ph

IDataRecord.GetDataTypeName Method

System.Data Namespace   IDataRecord Class


Returns the name of the source data type.

[ VB ]
NotOverridable Public Function GetDataTypeName ( _
   ByVal index As Integer _
) As String

[ C# ]
public string GetDataTypeName (
   int index
);

[ C++ ]
public: __sealed String* GetDataTypeName (
   int index
);

[ JScript ]
public function GetDataTypeName (
   index : int
) : String

Parameters

index
The zero-based column ordinal.

Return Value

The name of the back-end data type.

See Also

IDataRecord Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph