Changed Number field to 256 characters

This commit is contained in:
Rich
2009-07-24 20:50:27 +00:00
parent 921b269a28
commit 73407f36d0
8 changed files with 26 additions and 2 deletions

View File

@@ -208,6 +208,9 @@ namespace VEPROMS.CSLA.Library
}
private byte[] _LastChanged = new byte[8];//timestamp
private string _Content_Number = string.Empty;
/// <summary>
/// Increased from 30 to 256 to support RTF symbols
/// </summary>
public string Content_Number
{
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]