xSQL.Schema.SqlServer Namespace : SqlSystemDataType Class |
The following tables list the members exposed by SqlSystemDataType.
Name | Description | |
---|---|---|
![]() | DataType | Gets or sets an enum value that identifies the type. |
![]() | FullName | Gets the full name of the entity formatted as schema.name. If the entity has no schema, only the name is returned. (Inherited from xSQL.Schema.Core.Entity) |
![]() | FullNameDelimited | Overridden. Gets the type name delimited as [name]. |
![]() | Id | Gets or sets a unique id for the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | IsLargeDataType | Indicates whether the type represents a large data type. |
![]() | IsLengthRequired | Indicates whether the length is required for this system type. |
![]() | IsPrecisionRequired | Indicates whether precision is required for this system type. |
![]() | IsScaleRequired | Indicates whether the scale is required for this system type. |
![]() | Name | Gets or sets the name of the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Parent | Gets the parent entity of this entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Schema | Gets or set the entity schema. (Inherited from xSQL.Schema.Core.Entity) |
Name | Description | |
---|---|---|
![]() ![]() | GetSystemType | Overloaded. Creates and returns the SqlSystemDataType type with the specified name. |
![]() | ToString | Returns the full name of the entity. (Inherited from xSQL.Schema.Core.Entity) |