TypedDataRow.SetUInt64 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
SetUInt64(String, UInt64)
Önemli
Bu API, CLS uyumlu değildir.
public:
void SetUInt64(System::String ^ columnName, System::UInt64 newValue);
[System.CLSCompliant(false)]
public void SetUInt64(string columnName, ulong newValue);
member this.SetUInt64 : string * uint64 -> unit
Public Sub SetUInt64 (columnName As String, newValue As ULong)
Parametreler
- columnName
- String
- newValue
- UInt64
- Öznitelikler
Şunlara uygulanır
SetUInt64(String, Object)
public:
void SetUInt64(System::String ^ columnName, System::Object ^ newValue);
public void SetUInt64(string columnName, object newValue);
member this.SetUInt64 : string * obj -> unit
Public Sub SetUInt64 (columnName As String, newValue As Object)
Parametreler
- columnName
- String
- newValue
- Object