ComponentOne Expression Editor for WPF
AddAlias Method (IEngine)

C1.WPF.ExpressionEditor.4 Assembly > C1.ExpressionEditor.Engine Namespace > IEngine Interface : AddAlias Method
The field from DataSource.
The alias of field.
Added a alias for a field from DataSource.
Syntax
'Declaration
 
Sub AddAlias( _
   ByVal field As System.String, _
   ByVal alias As System.String _
) 
void AddAlias( 
   System.string field,
   System.string alias
)

Parameters

field
The field from DataSource.
alias
The alias of field.
See Also

Reference

IEngine Interface
IEngine Members