Interface ISortTuple Represents a sort tuple. Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders Assembly: BiExcellence.OpenBi.Api.DataProvider.dll Syntax public interface ISortTuple Properties Chavl Gets the chavl. Declaration string Chavl { get; } Property Value Type Description string Iobjnm Gets the iobjnm. Declaration string Iobjnm { get; } Property Value Type Description string Extension Methods Utils.FireEvent<T>(object, string, T) Utils.FireEvent<T>(object, string, object, T)
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders Assembly: BiExcellence.OpenBi.Api.DataProvider.dll