Méthode SqlCeUpdatableRecord.GetValue
Retourne la valeur de l'enregistrement spécifié.
Espace de noms : System.Data.SqlServerCe
Assembly : System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Syntaxe
'Déclaration
Public Function GetValue ( _
ordinal As Integer _
) As Object
'Utilisation
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Object
returnValue = instance.GetValue(ordinal)
public Object GetValue(
int ordinal
)
public:
virtual Object^ GetValue(
int ordinal
) sealed
abstract GetValue :
ordinal:int -> Object
override GetValue :
ordinal:int -> Object
public final function GetValue(
ordinal : int
) : Object
Paramètres
- ordinal
Type : System.Int32
Champ à partir duquel récupérer une valeur.
Valeur de retour
Type : System.Object