BSky.Statistics.R.UAPackageAPI.GetRole C# (CSharp) Method

GetRole() private method

private GetRole ( ServerDataSource dataSource, string objectName ) : UAReturn
dataSource BSky.Statistics.Common.ServerDataSource
objectName string
return BSky.Statistics.Common.UAReturn
        private UAReturn GetRole(ServerDataSource dataSource, string objectName)//Anil added
        {
            //return (dispatcher.EvaluateToObject(RCommandStrings.GetDataFrameColumnRole(dataSource, objectName), false) as string);
            return (dispatcher.EvaluateToUAReturn(RCommandStrings.GetDataFrameColumnRole(dataSource, objectName)));
        }
UAPackageAPI