Class ColumnMetadata
Namespace: Workspace.XBR.Xperiflow.Etl.Tabular
Assembly: Xperiflow.dll
Declaration
public class ColumnMetadata
Properties
Name
The name of the column.
Declaration
public string Name { get; set; }
DataType
The data type of the column.
Declaration
public Type DataType { get; set; }
IsNullable
A boolean value indicating whether the column is nullable.
Declaration
public bool IsNullable { get; set; }
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object,System.Object)
System.Object.GetHashCode
System.Object.GetType
System.Object.MemberwiseClone
System.Object.ReferenceEquals(System.Object,System.Object)
System.Object.ToString