DataViewSchema.Annotations.Builder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class containing operations to build an DataViewSchema.Annotations.
public sealed class DataViewSchema.Annotations.Builder
type DataViewSchema.Annotations.Builder = class
Public NotInheritable Class DataViewSchema.Annotations.Builder
- Inheritance
-
DataViewSchema.Annotations.Builder
Constructors
DataViewSchema.Annotations.Builder() |
Methods
Add(DataViewSchema+Annotations, Func<String,Boolean>) |
Add some columns from |
Add(String, DataViewType, Delegate, DataViewSchema+Annotations) |
Add one annotation column, weakly-typed version. |
Add<TValue>(String, DataViewType, ValueGetter<TValue>, DataViewSchema+Annotations) |
Add one annotation column, strongly-typed version. |
AddPrimitiveValue<TValue>(String, PrimitiveDataViewType, TValue, DataViewSchema+Annotations) |
Add one annotation column for a primitive value type. |
ToAnnotations() |
Returns a DataViewSchema.Annotations row that contains the current contents of this DataViewSchema.Annotations.Builder. |