Add(String, String, CalculatedFieldType)
|
expression, name, dataType
|
Adds a new calculated field with the specified expression, name and type to the CalculatedFieldCollection collection.
|
Add(String, String, String, CalculatedFieldType)
|
dataMember, expression, name, dataType
|
Adds a new calculated field to the CalculatedFieldCollection collection
|
Add(String, String, String)
|
dataMember, expression, name
|
Adds a new calculated field to the CalculatedFieldCollection collection
|
Add(String, String)
|
expression, name
|
Adds a new calculated field with the specified expression and name to the CalculatedFieldCollection collection.
|
Add(String)
|
expression
|
Adds a new calculated field with the specified expression to the CalculatedFieldCollection collection.
|