Interface IDtcoDateService
Assembly: Simplic.Telematic.Core.dll
Syntax
public interface IDtcoDateService : IDtcoDateRepository
Methods
|
Improve this Doc
View Source
GetColumns(String)
Gets a List of DtcoDate db colums
Declaration
List<string> GetColumns(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
|
Improve this Doc
View Source
GetColumnsWithValue(DtcoDate, String)
Gets a Dictionary of DtcoDate DB columns with values
Declaration
Dictionary<string, int> GetColumnsWithValue(DtcoDate dtcoDate, string name)
Parameters
Type |
Name |
Description |
DtcoDate |
dtcoDate |
|
System.String |
name |
|
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Int32> |
|