DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
NetworkEnvelopeMetadataKeys.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Deveel.Data.Protocol {
4  public static class NetworkEnvelopeMetadataKeys {
5  public const string DispatchId = "Dispatch ID";
6  public const string IssueDate = "Issue Date";
7  }
8 }