The DataObjectBase type exposes the following members.

Constructors

  NameDescription
Public methodDataObjectBase(ISchemaObject, String, DbType, String, Int32, Byte, Int32) Obsolete.
Creates a new instance of the ViewColumnSchema object.
Public methodDataObjectBase(ISchemaObject, String, DbType, String, Int32, Byte, Int32, array<ExtendedProperty>[]()[][]) Obsolete.
Creates a new instance of the ViewColumnSchema object.
Public methodDataObjectBase(ISchemaObject, String, DbType, String, Int32, Byte, Int32, Boolean)
Creates a new instance of the ViewColumnSchema object.
Public methodDataObjectBase(ISchemaObject, String, DbType, String, Int32, Byte, Int32, Boolean, array<ExtendedProperty>[]()[][])
Creates a new instance of the ViewColumnSchema object.

Methods

  NameDescription
Public methodEquals
Determines if another view column is the same as this view column.
(Overrides SchemaObjectBase..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hashcode based on the database, view and name of the view column.
(Overrides SchemaObjectBase..::..GetHashCode()()()().)
Public methodGetLoadedExtendedProperties
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMarkLoaded (Inherited from SchemaObjectBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Used to refresh this instance.
(Overrides SchemaObjectBase..::..Refresh()()()().)
Public methodToString
Returns the name of the column.
(Overrides NamedObjectBaseToString()()()().)

Fields

Properties

  NameDescription
Public propertyAllowDBNull
Whether or not the data object allows null values.
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from SchemaObjectBase.)
Public propertyDataType
The data type of a (column) parameter is specific to the .NET Framework data provider. Specifying the type converts the value of the Parameter to the data provider Type before passing the value to the data source. see also: http://msdn.microsoft.com/en-us/library/system.data.dbtype.aspx example: DbType.AnsiString
Public propertyDateCreated
Returns the date this table was created.
(Inherited from SchemaObjectBase.)
Public propertyDeepLoad
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
Public propertyDescription
The description of the object.
(Inherited from SchemaObjectBase.)
Public propertyExtendedProperties
Used to store any additional information about the schema object.
(Inherited from SchemaObjectBase.)
Public propertyFullName
Returns the owner and name.
(Overrides SchemaObjectBase..::..FullName.)
Public propertyIncludeFunctions
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
Public propertyNativeType
This is the native data type from the database. example: nvarchar
Public propertyParent
The Parent Schema Object.
Public propertyPrecision
The precision of the data object.
Public propertyScale
The scale of the data object.
Public propertySize
The size of the data object.
Public propertySortName
Gets the name used to sort in 'Name (Parent)' format.
(Overrides SchemaObjectBase..::..SortName.)
Public propertySystemType
The System Type that is resolved from DataType. example: typeof(System.String)

See Also