Clase RowView
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Jerarquía de herencia
System.Object
System.Data.SqlServerCe.RowView
Espacio de nombres: System.Data.SqlServerCe
Ensamblado: System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Sintaxis
'Declaración
Public NotInheritable Class RowView _
Implements IEditableObject, IDataErrorInfo, IDisposable
'Uso
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
El tipo RowView expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
UpdatableRecord | Infraestructura. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Dispose | Infraestructura. | |
Equals | Infraestructura. (Invalida Object.Equals(Object).) | |
Finalize | (se hereda de Object) | |
GetHashCode | Infraestructura. (Invalida Object.GetHashCode().) | |
GetType | (se hereda de Object) | |
MemberwiseClone | (se hereda de Object) | |
ToString | (se hereda de Object) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IEditableObject.BeginEdit | Infraestructura. | |
IEditableObject.CancelEdit | Infraestructura. | |
IEditableObject.EndEdit | Infraestructura. | |
IDataErrorInfo.Error | Infraestructura. | |
IDataErrorInfo.Item | Infraestructura. |
Arriba
Seguridad para subprocesos
Todos los miembros estáticos públicos (Shared in Microsoft Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.