Classe RowView
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
System.Object
System.Data.SqlServerCe.RowView
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
'Dichiarazione
Public NotInheritable Class RowView _
Implements IEditableObject, IDataErrorInfo, IDisposable
'Utilizzo
Dim instance As RowView
public sealed class RowView : IEditableObject,
IDataErrorInfo, IDisposable
public ref class RowView sealed : IEditableObject,
IDataErrorInfo, IDisposable
[<SealedAttribute>]
type RowView =
class
interface IEditableObject
interface IDataErrorInfo
interface IDisposable
end
public final class RowView implements IEditableObject, IDataErrorInfo, IDisposable
Nel tipo RowView sono esposti i membri seguenti.
Nome | Descrizione | |
---|---|---|
UpdatableRecord | Infrastruttura. |
In alto
Nome | Descrizione | |
---|---|---|
Dispose | Infrastruttura. | |
Equals | Infrastruttura. Esegue l'override di Object.Equals(Object). | |
Finalize | (ereditato da Object) | |
GetHashCode | Infrastruttura. Esegue l'override di Object.GetHashCode(). | |
GetType | (ereditato da Object) | |
MemberwiseClone | (ereditato da Object) | |
ToString | (ereditato da Object) |
In alto
Nome | Descrizione | |
---|---|---|
IEditableObject.BeginEdit | Infrastruttura. | |
IEditableObject.CancelEdit | Infrastruttura. | |
IEditableObject.EndEdit | Infrastruttura. | |
IDataErrorInfo.Error | Infrastruttura. | |
IDataErrorInfo.Item | Infrastruttura. |
In alto
I membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono thread-safe. Non è invece garantita la sicurezza dei membri dell'istanza.