| MongoDBUtilityisCollectionNameValid Method |
Checks the syntax of a supplied collection name to see if it contains invalid characters.
Namespace:
Galactic.NoSql.MongoDB
Assembly:
Galactic.NoSql.MongoDB (in Galactic.NoSql.MongoDB.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool isCollectionNameValid(
string name
)
Public Function isCollectionNameValid (
name As String
) As Boolean
public:
bool isCollectionNameValid(
String^ name
)
member isCollectionNameValid :
name : string -> bool
Parameters
- name
- Type: SystemString
The collection name to check.
Return Value
Type:
BooleanTrue if the collection name is valid, false otherwise.
See Also