C# Class TrakHound.Tools.DataTable_Functions.TrakHound

Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Méthode Description
DeleteRows ( string like, string likeColumn, DataTable dt ) : void
GetLastNode ( DataRow row ) : string

Get the last node in the Address column. Returns just the name and omits any Id's.

GetRowAttribute ( string name, DataRow row ) : string
GetUnusedAddressId ( string prefix, DataTable dt ) : int

Private Methods

Méthode Description
GetIndexOfId ( string id, string attributes ) : int

Method Details

DeleteRows() public static méthode

public static DeleteRows ( string like, string likeColumn, DataTable dt ) : void
like string
likeColumn string
dt System.Data.DataTable
Résultat void

GetLastNode() public static méthode

Get the last node in the Address column. Returns just the name and omits any Id's.
public static GetLastNode ( DataRow row ) : string
row System.Data.DataRow
Résultat string

GetRowAttribute() public static méthode

public static GetRowAttribute ( string name, DataRow row ) : string
name string
row System.Data.DataRow
Résultat string

GetUnusedAddressId() public static méthode

public static GetUnusedAddressId ( string prefix, DataTable dt ) : int
prefix string
dt System.Data.DataTable
Résultat int