Example #1
0
 public static ColumnModel Geography(this ColumnBuilder b, string comment = null, bool?nullable = null, DbGeography defaultValue = null, string defaultValueSql = null, string name = null, string storeType = null, IDictionary <string, AnnotationValues> annotations = null)
 {
     return(b.Geography(nullable, defaultValue, defaultValueSql, name, storeType, annotations.AddComment(comment)));
 }