The DataObjectBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataObjectBase(ISchemaObject, String, DbType, String, Int32, Byte, Int32) | Obsolete.
Creates a new instance of the ViewColumnSchema object.
| |
DataObjectBase(ISchemaObject, String, DbType, String, Int32, Byte, Int32, array<ExtendedProperty>[]()[][]) | Obsolete.
Creates a new instance of the ViewColumnSchema object.
| |
DataObjectBase(ISchemaObject, String, DbType, String, Int32, Byte, Int32, Boolean) |
Creates a new instance of the ViewColumnSchema object.
| |
DataObjectBase(ISchemaObject, String, DbType, String, Int32, Byte, Int32, Boolean, array<ExtendedProperty>[]()[][]) |
Creates a new instance of the ViewColumnSchema object.
|
Methods
Name | Description | |
---|---|---|
Equals |
Determines if another view column is the same as this view column.
(Overrides SchemaObjectBase..::..Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hashcode based on the database, view and name of the view column.
(Overrides SchemaObjectBase..::..GetHashCode()()()().) | |
GetLoadedExtendedProperties |
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MarkLoaded | (Inherited from SchemaObjectBase.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Refresh |
Used to refresh this instance.
(Overrides SchemaObjectBase..::..Refresh()()()().) | |
ToString |
Returns the name of the column.
(Overrides NamedObjectBaseToString()()()().) |
Fields
Name | Description | |
---|---|---|
_allowDBNull | ||
_database | (Inherited from SchemaObjectBase.) | |
_dataType | ||
_dateCreated | (Inherited from SchemaObjectBase.) | |
_defaultExtendedProperties | (Inherited from SchemaObjectBase.) | |
_extendedProperties | (Inherited from SchemaObjectBase.) | |
_gotExtendedProperties | (Inherited from SchemaObjectBase.) | |
_nativeType | ||
_parent | ||
_precision | ||
_scale | ||
_size |
Properties
Name | Description | |
---|---|---|
AllowDBNull |
Whether or not the data object allows null values.
| |
Database |
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from SchemaObjectBase.) | |
DataType |
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
| |
DateCreated |
Returns the date this table was created.
(Inherited from SchemaObjectBase.) | |
DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.) | |
Description |
The description of the object.
(Inherited from SchemaObjectBase.) | |
ExtendedProperties |
Used to store any additional information about the schema object.
(Inherited from SchemaObjectBase.) | |
FullName |
Returns the owner and name.
(Overrides SchemaObjectBase..::..FullName.) | |
IncludeFunctions |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.) | |
NativeType |
This is the native data type from the database.
example: nvarchar
| |
Parent |
The Parent Schema Object.
| |
Precision |
The precision of the data object.
| |
Scale |
The scale of the data object.
| |
Size |
The size of the data object.
| |
SortName |
Gets the name used to sort in 'Name (Parent)' format.
(Overrides SchemaObjectBase..::..SortName.) | |
SystemType |
The System Type that is resolved from DataType.
example: typeof(System.String)
|