FieldClone Method (String, String) |
|
DataPA OpenAnalytics API Reference
Creates and returns a clone of this object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Field Clone(
string Name,
string Label
)
Public Function Clone (
Name As String,
Label As String
) As Field
public:
virtual Field^ Clone(
String^ Name,
String^ Label
) sealed
function Clone(Name, Label);
Parameters
- Name
- Type: SystemString
- Label
- Type: SystemString
Return Value
Type:
FieldA clone of this object
Remarks See Also