Shunde.NET Framework Class Library

ObjectInfo Methods

The methods of the ObjectInfo class are listed below. For a complete list of ObjectInfo class members, see the ObjectInfo Members topic.

Public Static Methods

GetObjectInfoGets an ObjectInfo for the given Type
RegisterObjectInfoOverloaded. Registers an ObjectInfo into the hash Table
SetupObjectInfoSets up an object info object

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetJoinedColumnClauseReturns the columns of this object LEFT joined onto the specified object types
GetJoinedFromClauseReturns a FROM clause that is LEFT joined onto the specified object types
GetSelectStatementOverloaded. Creates a SELECT statement for this object with no WHERE clause
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

ObjectInfo Class | Shunde.Framework Namespace