ArcFM Responder Mobile Developer Guide
TableNameAttribute Class
Members 






this represents the table name may not be the actual table name use RxDb.Configurator to get name
Object Model
TableNameAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class TableNameAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As TableNameAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public class TableNameAttribute : System.Attribute 
public class TableNameAttribute = class(System.Attribute)
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=, 
   Inherited=)
public class TableNameAttribute extends System.Attribute
[System.AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc class TableNameAttribute : public System.Attribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class TableNameAttribute : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Responder.Shared.SchemaObjects.TableNameAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TableNameAttribute Members
Miner.Responder.Shared.SchemaObjects Namespace

Send Feedback