[This is preliminary documentation and is subject to change.]
Provides information about table schema that this row is a part of
System Object
System Attribute NFX.DataAccess.CRUD TargetedAttribute NFX.DataAccess.CRUD TableAttributeNamespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class TableAttribute : TargetedAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class TableAttribute : TargetedAttribute
<SerializableAttribute>
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := true, Inherited := false)>
Public NotInheritable Class TableAttribute
Inherits TargetedAttribute
<SerializableAttribute>
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := true, Inherited := false)>
Public NotInheritable Class TableAttribute
Inherits TargetedAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true, Inherited = false)]
public ref class TableAttribute sealed : public TargetedAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true, Inherited = false)]
public ref class TableAttribute sealed : public TargetedAttribute
[<SealedAttribute>]
[<SerializableAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = false)>]
type TableAttribute =
class
inherit TargetedAttribute
end
[<SealedAttribute>]
[<SerializableAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = false)>]
type TableAttribute =
class
inherit TargetedAttribute
end