Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the name of the specified field.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetName ( _
ordinal As Integer _
) As String
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As String
returnValue = instance.GetName(ordinal)
public string GetName(
int ordinal
)
public:
virtual String^ GetName(
int ordinal
) sealed
abstract GetName :
ordinal:int -> string
override GetName :
ordinal:int -> string
public final function GetName(
ordinal : int
) : String
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.String