Knight Data Access Layer
Schema Property (Table)




KellermanSoftware.NetDataAccessLayer Namespace > Table Class : Schema Property
The schema and/or owner for the table
Syntax
Public Property Schema As String
Dim instance As Table
Dim value As String
 
instance.Schema = value
 
value = instance.Schema
public string Schema {get; set;}
public: __property string* get_Schema();
public: __property void set_Schema( 
   string* value
);
public:
property String^ Schema {
   String^ get();
   void set (    String^ value);
}
Example
[MyDatabase].[dbo].
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

Table Class
Table Members