KREDOR Business Object Framework Documentation

SysTable Members

SysTable overview

Public Instance Constructors

SysTable Overloaded. Initializes a new instance of the SysTable class.

Public Instance Properties

ClassName Gets the default class name for this table/view.
Columns Gets the the columns of this table.
CrDate Gets the date the table was created.
Id Gets or sets the object id of the table.
Key (inherited from BusinessObject) Gets the value of the primary key of the object.
Name Gets or sets the name of the table.
UId Gets or sets the uid of the table owner.
XType Gets or sets the type of the table.

Public Instance Methods

Delete (inherited from BusinessObject) Deletes the object from the database (the row corresponding to the object).
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetColumnByName Gets the Kredor.BO.MetaTypes.SysColumn with the specified name.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Reload (inherited from BusinessObject) Reloads the object tree by requerying the database.
Save (inherited from BusinessObject)Overloaded. Saves the object to the database.
ToCSharpClass Returns a default C# business class bound to this table.
ToCSharpFields 
ToCSharpFieldsProperties 
ToCSharpProperties 
ToInsertStoredProcedure Returns the Sql script to create an Insert stored procedure for the database table represented by this instance.
ToSelectStoredProcedure Returns the Sql script to create an Select stored procedure for the database table represented by this instance.
ToSqlScript Returns the Sql script to create Insert and Update stored procedures for the database table represented by this instance.
ToString (inherited from Object)Returns a String that represents the current Object.
ToUpdateStoredProcedure Returns the Sql script to create an Update stored procedure for the database table represented by this instance.
ToVbClass Returns a default VB.Net business class bound to this table.
ToVbFields 
ToVbFieldsProperties 
ToVbProperties 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Protected Internal Instance Methods

OnLoad Automatically called after a Database object is loaded from the data source. Its purpose is to load contained (child) objects and collections. objects and collections.

See Also

SysTable Class | Kredor.BO.MetaTypes Namespace