Shunde.NET Framework Class Library

DBColumn Methods

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

Public Static Methods

IsColumnNullDetermines whether the given object should be considered to be null by the database.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetColumnNameGets the database column Name of this column
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.
GetSqlTextGets the Value of this object in a suitable manner for use in SQL statements
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.
ValidateChecks that the given Value is within the constraints placed upon it by this column.

See Also

DBColumn Class | Shunde.Framework Namespace