DbUpdatableDataRecord.SetFloat(Int32, Single) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of a field in a record.
public:
void SetFloat(int ordinal, float value);
C#
public void SetFloat (int ordinal, float value);
member this.SetFloat : int * single -> unit
Public Sub SetFloat (ordinal As Integer, value As Single)
- ordinal
- Int32
The ordinal of the field.
- value
- Single
The value of the field.
Produkt | Versjoner |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.
.NET-tilbakemelding
.NET er et åpen kilde-prosjekt. Velg en kobling for å gi tilbakemelding: