Skip to content

Commit 925a1a5

Browse files
authored
Merge branch 'master' into marc/ci-sdk9
2 parents 2e46de7 + 54403c7 commit 925a1a5

File tree

5 files changed

+528
-10
lines changed

5 files changed

+528
-10
lines changed

src/NRedisStack/Search/FieldName.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ public FieldName As(string attribute)
3636
this.Alias = attribute;
3737
return this;
3838
}
39+
40+
public static implicit operator FieldName(string name) => Of(name);
3941
}
4042
}

0 commit comments

Comments
 (0)