
| Visual Basic (Declaration) | |
|---|---|
Public Class SimpleFieldBuilder | |
| C# | |
|---|---|
public class SimpleFieldBuilder | |
Allows to define data fields.
The following code demonstrates how to create and modify the SimpleFieldBuilder instance:
| C# | Copy Code |
|---|---|
SchemaBuilder sb = new SchemaBuilder("MySchema").SetCaption("My Schema"); sb.AddQueryFields( new SimpleFieldBuilder("field1"), // Corresponds to the field1 field. "field2", // Implicit conversion. Corresponds to the field2 field. ); | |
System.Object
GrapeCity.ActiveAnalysis.Schema.SimpleFieldBuilder
GrapeCity.ActiveAnalysis.Schema.QueryFieldBuilder
GrapeCity.ActiveAnalysis.Schema.XmlFieldBuilder
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2