Attribute data class.
More...
Attribute data class.
It contains information about an attribute.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
int com.sparsity.sparksee.gdb.Attribute.GetArraySize |
( |
| ) |
|
Gets the number of elements in the array.
- Returns
- The size of the array
long com.sparsity.sparksee.gdb.Attribute.GetCount |
( |
| ) |
|
Gets the number of non-NULL values.
- Returns
- The number of non-NULL values.
Gets the data type.
- Returns
- The DataType.
int com.sparsity.sparksee.gdb.Attribute.GetId |
( |
| ) |
|
Gets the Sparksee attribute identifier.
- Returns
- The Sparksee attribute identifier.
Gets the attribute kind.
- Returns
- The AttributeKind.
System.String com.sparsity.sparksee.gdb.Attribute.GetName |
( |
| ) |
|
Gets the unique attribute name.
- Returns
- The unique attribute name.
long com.sparsity.sparksee.gdb.Attribute.GetSize |
( |
| ) |
|
Gets the number of different values.
- Returns
- The number of different values.
int com.sparsity.sparksee.gdb.Attribute.GetTypeId |
( |
| ) |
|
bool com.sparsity.sparksee.gdb.Attribute.IsArrayAttribute |
( |
| ) |
|
Check if it's an array attribute.
- Returns
- True if it's an array attribute, or false otherwise.
bool com.sparsity.sparksee.gdb.Attribute.IsSessionAttribute |
( |
| ) |
|
Check if it's a session attribute or a persistent one.
- Returns
- True if it's a session attribute, or false otherwise.