Class CreateViewOptions
A builder for the options used when creating a view.
public static class CreateViewOptions- Inheritance
- 
      
      CreateViewOptions
- Inherited Members
Methods
SetCollation(Collation)
Sets the collation.
public static CreateViewOptionsBuilder SetCollation(Collation collation)Parameters
- collationCollation
- The collation. 
Returns
- CreateViewOptionsBuilder
- The builder (so method calls can be chained).