TypedDataRow.SetDouble Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
SetDouble(String, Double)
public:
void SetDouble(System::String ^ columnName, double newValue);
public void SetDouble(string columnName, double newValue);
member this.SetDouble : string * double -> unit
Public Sub SetDouble (columnName As String, newValue As Double)
Parametreler
- columnName
- String
- newValue
- Double
Şunlara uygulanır
SetDouble(String, Object)
public:
void SetDouble(System::String ^ columnName, System::Object ^ newValue);
public void SetDouble(string columnName, object newValue);
member this.SetDouble : string * obj -> unit
Public Sub SetDouble (columnName As String, newValue As Object)
Parametreler
- columnName
- String
- newValue
- Object