Skip to content

Commit

Permalink
Add doc comments to CollationAttribute
Browse files Browse the repository at this point in the history
Help with praeclarum#417
  • Loading branch information
praeclarum committed Aug 3, 2017
1 parent 9209ea9 commit 4d5167c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SQLite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,11 @@ public MaxLengthAttribute (int length)
}
}

/// <summary>
/// Select the collating sequence to use on a column.
/// "BINARY", "NOCASE", and "RTRIM" are supported.
/// "BINARY" is the default.
/// </summary>
[AttributeUsage (AttributeTargets.Property)]
public class CollationAttribute : Attribute
{
Expand Down

0 comments on commit 4d5167c

Please sign in to comment.