Click or drag to resize

DOIdGetEntityCollectionName Method

[Missing <summary> documentation for "M:Casewhere.Common.DOId.GetEntityCollectionName(System.String,System.Boolean)"]

Namespace:  Casewhere.Common
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetEntityCollectionName(
	string entityName,
	bool pluralize = true
)

Parameters

entityName
Type: SystemString

[Missing <param name="entityName"/> documentation for "M:Casewhere.Common.DOId.GetEntityCollectionName(System.String,System.Boolean)"]

pluralize (Optional)
Type: SystemBoolean

[Missing <param name="pluralize"/> documentation for "M:Casewhere.Common.DOId.GetEntityCollectionName(System.String,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Casewhere.Common.DOId.GetEntityCollectionName(System.String,System.Boolean)"]

See Also